Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 524 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 524 Bytes

Sobaka Sample 🥁🐕

Installation

Setup

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