/dechord

DECHORD: A Jazz Chord Decoder/Player

Primary LanguageTypeScript

DECHORD

A Jazz Chord Decoder

Development Install:

First git clone this repo. Then:

npm install

Build app bundles in public/

npm run build

Serve, compile & watch example app:

npm start

Then go to http://localhost:3000/ in your browser.