The dashboard for cuHacking 2020. Read more about it at the wiki page here.
Follow this instructions to run the project on your machine.
Install dependencies by navigation to the root folder and running
npm install
Add the config.js file to /public/scripts folder
var firebaseConfig = {
// with fields of apiKEY, etc.
}
Run the development server with
npm start