-
Install node.js (this step can be skipped if already installed)
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash nvm install 8.9.4 nvm use 8.9.4
-
git clone https://github.com/pioneerworks/scheduling-exercise.git
-
cd scheduling-exercise
-
npm install
-
npm start
Nice work! Let's head over to your first ticket and start building.