Install wasm-pack and cargo-watch.
cargo install wasm-pack
cargo install cargo-watch
Build and start project:
cd frontend
npm install
npm run build
npm run start
Optionally, to watch rust changes run the watch task in parallel:
cd audio-worklet
npm run watch