Simple tool for determining piano chords based on given scale.
git clone https://github.com/techpush/piano-chords.git
cd piano-chords
// install node packages
npm install
// download libraries
npm run setup
// start
npm start
// build
npm run build
// test
// ensure that it was built with "npm run build"
npm test
// e2e test
// ensure that node process is running with "npm start"
// then in another tab
npm run test:e2e
The MIT License (MIT)