chore: add instruction for installing dependencies (#1120)

This commit is contained in:
ABDUL || JS & PY
2022-10-07 06:20:52 +01:00
committed by GitHub
parent 23adfc76d9
commit 9a3d64c91f
3 changed files with 8 additions and 2 deletions

View File

@@ -82,6 +82,12 @@ and inspect the outcome. Example: [RatInAMaze.test.js](Backtracking/tests/RatInA
Please refrain from using `console` in your implementation AND test code.
First you should install all dependencies using:
```shell
npm install
```
You can (and should!) run all tests locally before committing your changes:
```shell