piano trainer
v1.1.1
Learn to play the piano at your own pace through various modes of practice. Watch the video
Download for free on all platforms on itch.io/piano-trainer
or download the latest build here
You'll need to setup Rust and Tauri CLI by following the Getting Started guide here.
$ git clone https://github.com/ZaneH/piano-trainer.git
$ cd piano-trainer
$ yarn tauri devOutputs to ./src-tauri/target/release/bundle
$ yarn tauri buildContributions are more than welcome. Read the Technical Breakdown here to learn about the codebase.
Create a PR pointing to the dev branch. Stable builds will be merged into master.
Code formatting is automically handled with Git Hooks.
Special thank you to ruohki/tauri-midi-example, kevinsqi/react-piano, and the Tauri Discord community.