Home cloud and media solutions that runs even on a cutting board
- Clone the repository
- Install the dependencies with
yarn
- Start the frontend and the backend service with
yarn start
(you can stop / start them individually, check the NPM scripts for further details)
- You can execute the example unit tests with
yarn test:unit
- You can execute E2E tests with
yarn test:e2e