Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 742 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 742 Bytes

Piano Play

This WebApp helps to learn reading scores. If your keyboard / instrument has a MIDI port, the WebApp will follow your progress on the Score and provide feedback.

Open your score and have fun!

You are welcomed to use the software at

https://michaelecke.com/pianoplay/

and start providing feedback opening issues in GitHub.

image

How to build locally for testing

npm install
ionic serve

visit http://localhost:8100/pianoplay

How to build for production

npm install
ionic build prod

copy the files generated in ./www in your webserver under ./pianoplay

visit https://your-webserver/pianoplay