# Tinyforge ## Dev Server Start/restart with: `./scripts/dev-server.sh` - Runs on port **8090** (avoids 8080 conflict with other local services) - Auto-generates `ENCRYPTION_KEY` if not set - Default login: `admin` / `admin123` - Override port: `LISTEN_ADDR=:9000 ./scripts/dev-server.sh` ## Frontend - **Boolean inputs use `ToggleSwitch`** (`$lib/components/ToggleSwitch.svelte`) — the slide-style switch is the unified control across the WebUI. Do not introduce raw `` elements; place a `` next to a label/help block instead.