Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/cuhacking/cuhacking-dashboard
- Owner: cuhacking
- License: apache-2.0
- Created: 2019-06-25T13:23:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T01:02:48.000Z (about 2 years ago)
- Last Synced: 2023-03-07T13:37:42.846Z (almost 2 years ago)
- Language: HTML
- Homepage:
- Size: 4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```