clan-core/CONTRIBUTING.md

24 lines
301 B
Markdown
Raw Permalink 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
```
2024-07-21 19:18:53 +00:00
Open http://localhost:8000/ in your browser.