Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 555 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 555 Bytes

Hartshorn Framework

Documentation

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 mkdocs
  • pip install mkdocs-material
  • pip install pymdown-extensions
  • pip 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.