Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/acm-uiuc/management-ui

ACM Admin UI, supporting different modules
https://github.com/acm-uiuc/management-ui

Last synced: about 18 hours ago
JSON representation

ACM Admin UI, supporting different modules

Awesome Lists containing this project

README

        

# 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.