Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 539 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 539 Bytes

project: Articuno

The dashboard for cuHacking 2020. Read more about it at the wiki page here.

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