Skip to content

Commit

Permalink
docs: add instructions for building docs locally
Browse files Browse the repository at this point in the history
  • Loading branch information
wilfredallyn authored and b-rowan committed Jan 17, 2025
1 parent 5842ef3 commit 88b4d2c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@ poetry install --with dev
pre-commit install
```

##### Building Documentation Locally
```
poetry install --with docs
python docs/generate_miners.py
poetry run mkdocs serve
```

---
## Getting started

Expand Down

0 comments on commit 88b4d2c

Please sign in to comment.