Home
Welcome to the TreeHacks developer documentation. This site contains information about our infrastructure and instructions for setting up our code locally, as well as how deployment works and common troubleshooting issues.
You can also use this documentation to learn how to use your tools -- how to start and customize your own version of root, for example.
Running the docs locally¶
git clone https://github.com/TreeHacks/docs.git
cd docs
pip install -r requirements-docs.txt
mkdocs serve
Open up http://localhost:8000 in your browser.