- Ensure you're using node 14 & yarn is installed
node --version (`nvm install v14 && nvm use v14` if not on v14)
yarn --version (`npm install -g yarn` if missing)
- Ensure docker is installed and running (Necessary for Redis & Docker Containers)
docker --version
- Install dependencies & build Typescript
yarn install && yarn build
- Start Docker containers & ensure they're running
docker compose up -d
docker compose logs --follow (Optional)
- Start API on port 3000 & React App on port 4200
yarn start
- Login with the demo user
Username: demo@demo.com
Password: password
That's it!