Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 421 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 421 Bytes

PI-Rat

Home cloud and media solutions that runs even on a cutting board

Usage

  1. Clone the repository
  2. Install the dependencies with yarn
  3. Start the frontend and the backend service with yarn start (you can stop / start them individually, check the NPM scripts for further details)

Testing

  • You can execute the example unit tests with yarn test:unit
  • You can execute E2E tests with yarn test:e2e