Setup project
# Install packages
npm install
Make task from homework
Checkout to task branch:
git checkout <task-branch> # For example git checkout 01-basic
Make code
Commit changes
git commit -m "<message>" git push origin <task-branch>
Create Merge Request from you repository to main repository in Gitlab
And assign it to the teacher
Run tests
npm test