Sync Repo-README from project files

2026-07-06 23:45:03 +02:00
parent f77bf66534
commit db7b66f5b6

@@ -1,4 +1,4 @@
<!-- codex-wiki-sync:729db1fcb659d687f05612f1 -->
<!-- codex-wiki-sync:a5f7d64c884fea217e3dc34c -->
> Mirrored from `/mnt/DATA/git/govoplan-core/README.md`.
> Origin: `repository`.
@@ -42,7 +42,7 @@ cd /mnt/DATA/git/govoplan-core
./.venv/bin/python -m pip install -r requirements-dev.txt
```
Run the platform server from core through the module-aware development runner. The default config reads `ENABLED_MODULES` and discovers installed module entry points. Local development defaults to `access,campaigns,files,mail`; set `ENABLED_MODULES` explicitly when testing a smaller module permutation.
Run the platform server from core through the module-aware development runner. The default config reads `ENABLED_MODULES` and discovers installed module entry points. Local development defaults to `access,admin,campaigns,files,mail`; set `ENABLED_MODULES` explicitly when testing a smaller module permutation.
```bash
cd /mnt/DATA/git/govoplan-core