Setup
Environment requirements
-
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
-
- Minimum version: 20.0.0
- We recommend using fnm to manage Node.js versions.
-
- Minimum version: 9.0.0
- Just install it with
npm install -g pnpm
Setup project
git clone https://github.com/AprilNEA/DevUtility.git
cd DevUtility
pnpm installRun desktop app
pnpm dev
# Same as:
# pnpm tauri devRun web app
Compile the wasm code
make coreThen start the web app
pnpm web
# Same as:
# pnpm --filter @dev-utility/frontend dev:wasmLast updated on