docs: add terminal UI to README and development guide

This commit is contained in:
2026-05-19 20:56:29 -04:00
parent a141b2fd4f
commit 778fab3edd
2 changed files with 26 additions and 0 deletions
+10
View File
@@ -77,6 +77,16 @@ For production, use a reverse proxy (Caddy, nginx) with real certificates in fro
Override with `--port` or the `NIB_PORT` environment variable.
## Terminal UI
Run the TUI directly from source:
```sh
go run . tui
```
TUI code lives in `internal/tui/`. No live-reload — restart manually after changes.
## Typical Workflow
1. `make cert` — once, generates dev TLS cert