Skip to content

Commit

Permalink
Add video to README
Browse files Browse the repository at this point in the history
  • Loading branch information
ZaneH committed Jul 17, 2022
1 parent c6fefd5 commit 6a4dab5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Piano Trainer

Learn to play the piano at your own pace through various modes of practice.
Learn to play the piano at your own pace through various modes of practice. [Watch video](https://vimeo.com/730642802)

<p align="center">
<img alt="Piano Trainer screenshot" src="https://i.imgur.com/k2y1Gr5.png" height="250px" />
Expand All @@ -24,7 +24,6 @@ Learn to play the piano at your own pace through various modes of practice.
## Coming Soon

- [ ] Interactive inversion practice
- [x] Add crash reporting
- [ ] Change audio output (ASIO?)
- [ ] Settings
- [ ] Toggle questions in quiz mode
Expand All @@ -46,9 +45,9 @@ $ cd scale-trainer
$ yarn && sh ./start-dev.sh
```

## Build target binary
## Build Target Binary

Outputs to `/src-tauri/target/release/bundle`
Outputs to `./src-tauri/target/release/bundle`

```bash
$ yarn tauri build
Expand Down
3 changes: 3 additions & 0 deletions start-dev.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#!/bin/bash

# only tested on macOS
export TAURI_DEV_WATCHER_IGNORE_FILE=$(pwd)/.taurignore
pkill MIDIServer
yarn tauri dev

0 comments on commit 6a4dab5

Please sign in to comment.