Files
clan-core/CONTRIBUTING.md
2024-05-27 15:54:17 +02:00

22 lines
255 B
Markdown

# Contributing to Clan
## Live-reloading documentation
Enter the `docs` directory:
```shell-session
cd docs
```
Enter the development shell or enable `direnv`:
```shell-session
direnv allow
```
Run a local server:
```shell-session
mkdocs serve
```