Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 289 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 289 Bytes

Management API

Running Locally

Create .env.local in this directory with the following content:

VITE_RUN_ENVIRONMENT="dev"

If running against a local instance of the api, set to local-dev instead.

Then install dependencies and run yarn dev to start development server.