- Clone the repository
- Change into the repository directory
- Run
npm install
- Start test runner
npm run test -- --watch
- Check which ones are failing and adjust the code in
src/<name-exercise>-exercises.js
, i.e.src/javascript-recap-exercises.js
- Whenever you finish working on your assignment or want to commit some changes, just commit directly to master and then push the code:
git commit -am 'your commit message'
git push origin master
- When you finished the assignment please check the feedback branch. You can find it in the
Pull requests
tab and verify that all tests have passed - You can click on details to see the test results in the browser
- If everything looks fine please just assign a teacher for review in Google Classroom. They will get a notification and get back to you.