First, you will need node
and npm
installed.
Clone this repo and install the dependencies with
npm install
For collaboration on the same files, we're using VS Code's Live Share feature. On the left sidebar, select the Live Share icon, as below:
To share your session, click share. To join someone else's session, have them send you the link and click Join and enter the link.
Run
npm test # or npm run test
to run the tests once.
Run
npm run test:watch
to run the tests in watch mode (re-running them after file save).