- Fork this repository
git clone
your fork down to your local machinecd
into 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 Prettier and
ESLint for linting & formatting, and tests will fail if
your code does not adhere to the rules (run npm lint
or npm lint:fix
to
check/fix the code).