# `AgentWorkshop.Dashboard`
[🔗](https://github.com/joshrotenberg/agent_workshop/blob/main/lib/agent_workshop/dashboard/start.ex#L2)

LiveView dashboard for real-time Workshop monitoring.

Start the dashboard from IEx:

    dashboard(port: 4223)

Or via configure:

    configure(dashboard: [port: 4223])

Then visit http://localhost:4223 in your browser.

Requires optional dependencies: phoenix, phoenix_live_view, phoenix_html.

# `start`

```elixir
@spec start(keyword()) :: {:ok, pid()} | {:error, term()}
```

Start the dashboard on the given port.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
