Web app for visualizing piano chords and scales.
Clone the repo and open app/index.html
. Production site available at http://note.kitchen.
There are a few Node dependencies. Simply run npm install
to load those up.
- Run
npm install
- Develop inside the
/app
directory. - Run
gulp sass
to compile scss to css.
Open specs/specs.html
in the browser to run the Jasmine tests.
To write tests for foo.js
add specs to specs/specs/foospec.js
- Run
gulp build
. - The production code will be available in a new
dist
folder.
If you have a bug fix feel free to submit a PR. For features, please look at the open Issues or contact me first with ideas. I will likely reject feature PRs unless I approved the feature ahead of time. I'm trying to keep the UI as simple as possible. Thank you!
- Nebojsa Petrovic - Initial work - nebs aka Once Upon a Synth
This project is licensed under the MIT License - see the LICENSE.md file for details