Objective 1: Follow the steps below to get the project running locally. You should see 14 mostly failing tests fail.
Objective 2: Follow the TODOs in main.js
. Slowly get the tests to pass.
(if you haven't already)
https://nodejs.org/en/
or you can install with Brew
brew install node
git clone
From within the project directory
npm install
npm run test