Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 499 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 499 Bytes

MIDI Electronic Keyboard Accordion

https://midiboard.tiiny.site

Play the diatonic button accordion with your computer keyboard!

Capture

Todo

  • Add CGF and EAD tunings

Get started

npm install
npm run dev

Navigate to localhost:8080.

Building and running in production mode

To create an optimised version of the app:

npm run build