dev-local
Installation
SKILL.md
dev-local — the local treg stack in one command
scripts/dev-local.sh runs the FastAPI server in a tmux session with dev-safe
settings, and gives you a sandboxed CLI that never touches ~/.treg/config.json.
| Service | Command (managed by the script) | Port |
|---|---|---|
| treg server | uv run python -m treg --reload + TREG_EMAIL_DEV_MODE=true, own sqlite treg-dev.db |
18790 |
No infra deps (sqlite). Prerequisites: tmux, uv (the script runs uv sync if .venv is missing).