docs & fixes

This commit is contained in:
Franz Heinzmann (Frando) 2021-10-18 22:18:34 +02:00
parent 88722c3ce4
commit 0863cd57e4
3 changed files with 42 additions and 5 deletions

20
README.md Normal file
View file

@ -0,0 +1,20 @@
build dsp:
```sh
cd dsp
faust2jackconsole -osc mixer.dsp
```
build frontend:
```sh
cd frontend
yarn
yarn build
```
build and run backend & serve frontend:
```sh
cargo run
```
open http://localhost:8080/index.html