Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

node-vadic2

bash # Install packages npm install

readme

Setup project

# Install packages
npm install

Make task from homework

  1. Checkout to task branch:

     git checkout <task-branch>
    
     # For example
     git checkout 01-basic
  2. Make code

  3. Commit changes

     git commit -m "<message>"
     git push origin <task-branch>
  4. Create Merge Request from you repository to main repository in Gitlab Example of Merge Request

  5. And assign it to the teacher Assign to the teacher

Run tests

npm test