pbc-gui/README.md

21 lines
216 B
Markdown
Raw Permalink Normal View History

2022-02-12 03:54:17 +01:00
# pbc
pedal board control
## yarn
### setup
```
yarn install
```
### compile and serve with hot-reloads for development
```
yarn run serve
```
### compile, minify and build for production
```
yarn run build
```