Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 203 Bytes

contributing.md

File metadata and controls

13 lines (10 loc) · 203 Bytes

Contributor guide

Contributions are welcome via Pull Request.

Please check that your changes work from a clean setup, ie:

rm -rf node_modules
nvm install
nvm use
npm i
npm test