Install node.js first if you haven't.
git clone https://github.com/Yuu6883/cse110project
cd cse110project
npm i
npm i -g mocha
You need admin-config.json
in cli/
for firebase authentication to work.
npm start
npm test
For whatever you work on, make a new branch first: e.g. working on individual
stuff
git checkout -b individual-dev-your-name-or-whatever