← All Workshops
MudEngine Part 1: Requirements
Step 5 / 13
Install the Dioxus CLI
The `dx` CLI is Dioxus' build tool. It handles bundling, hot-reload, asset
management, and running our app in the browser.
Install dx CLI
cargo install dioxus-cli⏳ This may take a while
`dioxus-cli` compiles from source and can take several minutes. Grab a coffee ☕ while Cargo does its thing.
Step 5 / 13