# Contributing

Send a PR or raise an issue to:

- Report/Fix a bug.
- Suggest/Improve the documentation
- Request/Develop a new feature.

## Pull request

Pull requests are welcome. To start up your local development:

- cd dev
- npm install -- package.json
- npm run dev
- Navigate to http://localhost:3000
