2024-05-14 05:47:40 +00:00
|
|
|
# SAV Encampment Timeline
|
2024-05-14 05:34:24 +00:00
|
|
|
|
2024-05-14 05:46:17 +00:00
|
|
|
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`
|