swactor/crates/runtime-dashboard/README.md

14 lines
285 B
Markdown
Raw Normal View History

# 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
```