# Contributing

To begin development:

1. Clone the repository and cd into it
2. `npm run setup`


To recompile the code:

1. `npm run build`


To run the tests:

1. `npm test`
