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.
Summary
Functions
Start the dashboard on the given port.