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