# Contributing to the Documentation | |
## Serve the Documentation Locally | |
```bash | |
poetry install --with docs | |
poetry run mkdocs serve | |
``` | |
This will start a local server at http://127.0.0.1:8000. | |
# Contributing to the Documentation | |
## Serve the Documentation Locally | |
```bash | |
poetry install --with docs | |
poetry run mkdocs serve | |
``` | |
This will start a local server at http://127.0.0.1:8000. | |