Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 545 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 545 Bytes

A free and open-source webapp for learning to play Piano. Play music without needing to learn sheet music. Plug in your MIDI keyboard for the optimal experience. See full details on the website.

app screenshot

Contributing

To start the app

npm install
npm run dev

Testing

We use bun for testing

To install, follow https://bun.sh/docs/installation

npm run test