Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 443 Bytes

File metadata and controls

33 lines (21 loc) · 443 Bytes

HMIF App Frontend

How to run

  1. Install PNPM
npm install -g pnpm
  1. Install dependencies
pnpm install
  1. Copy .env.example to .env and fill the required environment variables

  2. Run the app

pnpm dev

To update backend API services

Run the following command:

pnpm api-staging

It will update the backend API services to the staging environment in src/api/generated folder.