Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 445 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 445 Bytes

Poly Hammer Documentation

This is where we host all the documentation for our products. Contributions are welcome. If you see something that needs to be changed or updated, feel free to open a Pull request.

Usage

First, create a virtual environment .venv then run pip install -r requirements.txt to install the dependencies. Then, run the command below to start the development server and visit localhost:8000.

mkdocs serve