Skip to content

hmif-itb/hmif-app-fe

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published