Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cuhacking/cuhacking-dashboard

project: Articuno | The dashboard for cuHacking 2020.
https://github.com/cuhacking/cuhacking-dashboard

Last synced: 3 months ago
JSON representation

project: Articuno | The dashboard for cuHacking 2020.

Awesome Lists containing this project

README

        

# project: Articuno

The dashboard for cuHacking 2020. Read more about it at the wiki page [here](https://github.com/cuhacking/cuHacking-wiki/wiki/Dashboard).

## Getting Started

Follow this instructions to run the project on your machine.

### Instal
Install dependencies by navigation to the root folder and running
```
npm install
```

### Add config file
Add the config.js file to /public/scripts folder
```
var firebaseConfig = {
// with fields of apiKEY, etc.
}
```

### Run
Run the development server with
```
npm start
```