clan-core/CONTRIBUTING.md

22 lines
255 B
Markdown
Raw Normal View History

2024-05-27 13:54:17 +00:00
# Contributing to Clan
2024-04-12 13:32:51 +00:00
## 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
```