Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 379 Bytes

Contributing.md

File metadata and controls

21 lines (13 loc) · 379 Bytes

How to contribute

Bug fixes are welcome, but not new features. See more details.

JavaScript code style

See here.

Building and running tests

Install dependencies:

npm install

Run tests:

npm test