After cloning the repo:
- Run
pnpm install-depsin the project directory to install dependencies - Create a
.envfile in the project directory with the following content:BACKEND_PORT=<backend port here> FRONTEND_PORT=<frontend port here> - Create a
.envfile in thebackend/directory with the following content:PTV_DEVELOPER_ID=<your developer id here> PTV_DEVELOPER_KEY=<your developer key here>
To start the development server:
- Run
pnpm dev
To build and start the production server:
- Run
pnpm build - Run
pnpm start