- Install dependencies:
npm install - Prepare environment file:
cp example.env .env- Replace values in
.envwith your custom values if necessary.
- Replace values in
- Start application for development:
npm run dev - Run tests:
npm test(in order to have all tests passing, you have to remove the requireAuth compent from the routers)