This repository holds the content for the official documentation of the Hartshorn Framework. The website is built using MkDocs. To set up a clone of this repository, install the following dependencies:
pip install mkdocspip install mkdocs-materialpip install pymdown-extensionspip install mkdocs-minify-plugin
After this you can run the website in development mode using mkdocs serve, or build it for production using mkdocs build.