Make sure you have the desired version of NodeJS installed. It should be compatible with the version specified in our version file.
After cloning the repo, run the following to install dependencies:
npm install
Tests can be run using npm test
(or npm t
).