Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 361 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (9 loc) · 361 Bytes

Contributing

Getting started

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

Running tests

Tests can be run using npm test (or npm t).