Skip to content

Marcel-G/sobaka-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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