go-profiler-notes/CONTRIBUTING.md
Felix Geisendörfer 2a3c2759b8 wip
2022-12-29 14:04:52 +01:00

17 lines
265 B
Markdown

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