Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cuhacking/cuhacking-admin
The Admin Console for cuHacking 2020
https://github.com/cuhacking/cuhacking-admin
Last synced: 3 months ago
JSON representation
The Admin Console for cuHacking 2020
- Host: GitHub
- URL: https://github.com/cuhacking/cuhacking-admin
- Owner: cuhacking
- License: apache-2.0
- Created: 2019-06-25T19:03:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T04:00:16.000Z (about 2 years ago)
- Last Synced: 2023-03-07T13:37:42.637Z (almost 2 years ago)
- Language: JavaScript
- Size: 4.65 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cuHacking-Admin
The Admin Console for cuHacking 2020. Read more about it at the wiki page [here](https://github.com/cuhacking/cuHacking-wiki/wiki/Admin-Console).## Getting Started
Follow this instructions to run the project on your machine.### Installing
Install dependencies by navigation to the root folder and running
```
yarn
```### Testing
Run the development server with
```
yarn start
```## Built with
* [Reactjs](https://reactjs.org/docs/getting-started.html)
* [create-react-app](https://github.com/facebook/create-react-app)