Developer's Guide
This document is intended for people interested in contributing to the further development of chanjo.
Contributing
Currently the best resource on this topic is available at GitHub, in the CONTRIBUTING.md file.
Building documentation
We use MkDocs for the documentation. To build documentation local install requirements-dev.txt
$ pip install -r requirements-dev.txt
To build the documentation locally, you just run:
$ mkdocs serve
...and open your browser to http://localhost:4000.
License
The MIT License (MIT)