docs: add terminal UI to README and development guide
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user