- Install PNPM
npm install -g pnpm- Install dependencies
pnpm install-
Copy
.env.exampleto.envand fill the required environment variables -
Run the app
pnpm devRun the following command:
pnpm api-stagingIt will update the backend API services to the staging environment in src/api/generated folder.