- Fork this repository
git cloneyour fork down to your local machinecdinto the directory for your fork- run
npm install
Please include passing tests for any new logic or features you include in your contribution. This project uses AVA to run tests and is setup to look for files that end with .test.js in the src directory.
Furthermore, this project uses the StandardJS code style, and tests will fail if your code does not adhere to this style.