Set up your project locally
Set up your project
The first time you clone the project, run the following commands:
npm install -g pnpm
This installs pnpm if you don't have it.
pnpm run init
This starts your docker services, intialise your .env and initialize your PostgreSQL database with mock data.
Run your front-end and back-end
pnpm run dev