Start the dashboard server
# /htmlgraph:serve
Start the dashboard server
## Usage
## Parameters
- `port` (optional) (default: 8080): Port number for the dashboard server
## Examples
Start dashboard on default port 8080
Start dashboard on port 3000
## Instructions for Claude
This command uses the SDK's `None()` method.
### Implementation:
bash
htmlgraph serve --port ${port:-8080}
### Output Format:
## Dashboard Running
**URL:** http://localhost:{port}
The dashboard shows:
- Feature progress and kanban board
- Session history with activity logs
- Graph visualization of dependencies
Press C...