Complete the problems in the order specified.
- Download the project from GitHub
- Run
npm install
to install dependencies - Run
npm test
to run the tests
If you have any trouble with this setup don't hesitate to ask a TA for help!
When you are ready to submit:
- Re-run all unit tests and fix any syntax errors that are crashing the tests. If the unit tests crash, or do not run, you will receive no credit.
- Delete the
node_modules
directory - Zip up your folder
- Upload it
Don't forget to add your project to your Github!
- Go to Github
- Create a new repo
- Initialize the local directory as a Git repository
- Save your finished project
- Add and commit your project
- Push the project to the repo you created
- Here are the docs for references GitHub Docs