# runtime-dashboard Visual dashboard for the swactor runtime. ## usage Run the demo, from swactor root: ```bash # start the runtime cargo run -p runtime-dashboard --example dashboard_demo # (optional) run the TUI cargo run -p runtime-dashboard --features tui --example tui_demo ```