Score board for Robot Design Contest 2018
Developed in Vue, hosted live on firebase
npm i
npm run serve
npm run build
npm run lint
First you need to ensure you have installed firebase cli. To install run
npm i firebase-tools -g
Then run firebase deploy function
firebase deploy
To add people to have write access, first access one of the panels, allow pop up,
login with github, go to firebase console, copy the uid of the new user, update database.rules.json
and then deploy to firebase