19 lines
312 B
Markdown
19 lines
312 B
Markdown
# SAV Encampment Timeline
|
|
|
|
Install deps (with pdm):
|
|
|
|
```bash
|
|
cd src
|
|
pdm install
|
|
source ./.venv/bin/activate
|
|
```
|
|
|
|
To build:
|
|
|
|
from repository root -
|
|
|
|
```bash
|
|
mkdocs build -f ./src/mkdocs.yml -d ../build/site
|
|
```
|
|
|
|
use [monolith](https://github.com/Y2Z/monolith) to make the self-contained page in `build/monolith`
|