- Clone this repository to your computer. Navigate to the new directory in a Terminal window.
- Run
git remote remove origin
to disconnect from the class repo. Also, runnpm install
to install any necessary packages included inpackage.json
. - Go to github.com and create a new repository for your code (do not initialize with a
README
). Follow the instructions to add a new remote called 'origin' to your new repository. - Navigate to each of the four Challenge files and follow the instructions in each.
From the root directory, run each of the four challenge files like so:
$ node challenges/challengeX.js
Submit your code using Gradescope to receive credit.