Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)