21 lines
258 B
Markdown
21 lines
258 B
Markdown
|
# autoscroll
|
||
|
|
||
|
tablature viewer with autoscroll and playback features
|
||
|
|
||
|
## yarn
|
||
|
|
||
|
### setup
|
||
|
```
|
||
|
yarn install
|
||
|
```
|
||
|
|
||
|
### compile and serve with hot-reloads for development
|
||
|
```
|
||
|
yarn run serve
|
||
|
```
|
||
|
|
||
|
### compile, minify and build for production
|
||
|
```
|
||
|
yarn run build
|
||
|
```
|