A game to play while in the Zoom waiting. Players will have to try to guess what image the facilitators are waiting to see before they'll let you into Zoom.
git checkout -b <branchname>
npm install
npm run knex migrate:latest
npm run knex seed:run
npm run dev
Then have a look at http://localhost:3000/ and over the code to get a feel for what's already there.
Check out our Github Project board.
Make sure there are no linting or testing errors.
npm run lint
npm run test
Additionally, to check you have written tests with good coverage.
npm run test:coverage