Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 367 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 367 Bytes

Keyboard Accordion

Play the diatonic button accordion with your computer keyboard!

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