Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/acm-uiuc/management-ui
- Owner: acm-uiuc
- Created: 2024-08-11T00:41:16.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-08T05:06:46.000Z (9 days ago)
- Last Synced: 2024-11-08T06:18:21.351Z (9 days ago)
- Language: TypeScript
- Size: 356 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
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.