This repo is broken into 3 components, a CLI, GUI app, and shared-core library that the CLI & GUI draw on.
- For all three crates:
rust & cargo - For UI:
dioxus- specifically, install
dxwithcargo install dioxus-cli - if you have
binstall, you can skip compilingdxfrom source by runningcargo binstall dioxus-cli
- specifically, install
to run without compiling, use cargo run in the cli directory:
cd cli
cargo run -- --help
to run the UI, make sure you have rust, cargo, and dioxus installed:
cd ui
dx serve