This is the repository for the documentation of AcompanhaLegis. We use MkDocs to do it.
You must have Docker
installed on your machine.
You can find out how to install Docker on it's official website.
$ git clone https://github.com/AcompanhaLegis/docs.git
$ cd docs
$ sudo docker build -t dockerpython .
$ sudo docker run -p 8080:8080 dockerpython
Done! Now, you can check out the generated documentation live on.
It should be running on: http://127.0.0.1:8080/
This project is licensed under the MIT License - see the LICENSE.md file for details.