Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 300 Bytes

INSTALL.md

File metadata and controls

14 lines (13 loc) · 300 Bytes

Install

# Install rustup
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
# Install web assembly target for rust
rustup target add wasm32-unknown-unknown
# Install trunk
cargo install --locked trunk
# Install pnpm
npm install -g pnpm
# Install dependencies
pnpm install