docs & fixes
This commit is contained in:
parent
88722c3ce4
commit
0863cd57e4
3 changed files with 42 additions and 5 deletions
20
README.md
Normal file
20
README.md
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue