Windows workstation
1. Install toolchains
-
Get rust (opens in a new tab) (if already installed, ensure rustc version 1.73.0 or higher):
-
Web build requires wasm-pack:
cargo install wasm-pack
2. Install pax-cli
cargo install pax-cliNOTE: cargo install pax-cli and first run of pax-cli run might take some time. Subsequent builds are faster.
3. Run
Create a new project and run it:
WSL
pax-cli new my-first-project && cd my-first-project && pax-cli runPowerShell
pax-cli new my-first-project ; cd my-first-project ; pax-cli run