Pre-requisites
- Docker - https://www.docker.com/
- Node - https://nodejs.org/en
- PNPM - https://pnpm.io/
- VSCode - https://code.visualstudio.com/
Step 1: Run this to install both frontend and backend
pnpm run dev-prep
Step 2: Run to boot both the frontend and backend server (Note: This will also run pending db migrations in the backend)
pnpm run dev
Optional: Run to boot only the backend
pnpm run backend:run
Optional: Run to boot only the frontend
pnpm run frontend:run
docker-compose run api poetry run python manage.py makemigration