go-profiler-notes/CONTRIBUTING.md
2022-12-29 14:05:17 +01:00

17 lines
237 B
Markdown

# Contributing
## Local Development
For local development, follow the steps below:
1. Install dependencies
```
pip install -r docs/requirements.txt
```
2. Run the development server
```
sphinx-autobuild docs/ docs/_build/html/
```