https://github.com/cuhacking/cuhacking-admin
The Admin Console for cuHacking 2020
https://github.com/cuhacking/cuhacking-admin
Last synced: about 1 year ago
JSON representation
The Admin Console for cuHacking 2020
- Host: GitHub
- URL: https://github.com/cuhacking/cuhacking-admin
- Owner: cuhacking
- License: apache-2.0
- Archived: true
- Created: 2019-06-25T19:03:50.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T04:00:16.000Z (over 3 years ago)
- Last Synced: 2025-02-23T22:29:13.341Z (over 1 year ago)
- Language: JavaScript
- Size: 4.65 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- 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)