Contributions are always welcome! If you would like to report a bug or submit a feature request, you should create an issue. If you would like to modify some code, you'll have to follow these steps.
- Fork and clone the repository.
- Run
npm install
. - Create a
credentials.json
with your development application's credentials (you can ignoreprod_token
anddbl_token
). - Run
npm run dev
and your changes will be reflected live. - Create a pull request.