Chord Reference for multiple different roots and qualities
View it at: https://alexburr.github.io/apps/ChordApp/index.html
Requires:
- NodeJS/NPM
- TypeScript compiler:
npm install -g typescript - LESS transpiler:
npm install -g less - CPX:
npm install -g cpx
To compile files:
- All:
npm run build - Typescript only:
npm run build-ts - LESS only:
npm run build-css