# Contributing

Pull requests are welcome!

The source code is in the project root directory. Files compiled for the browser are in `client/`. Before submitting your PR, please compile the code by running

```
npm install
npm run build
```
