Please ensure…
- … that
Node.js
is installed (14.21.3, or more recent); - … that
pnpm
is installed; - … and that
Rust
is installed. This installation will includecargo
.
Using cargo
, install the prerequisite crates.
This software needs wasm-pack
and rsw
.
cargo install wasm-pack rsw
pnpm i
To run the development server:
pnpm dev:rsw
To build the site for deployment:
pnpm build:rsw
Thanks to Julian Cataldo for making it possible that nannou
and astro
work together in this project; it was built on the boilerplate code from this repository. Visit JulianCataldo.com.