A music player and editor based around a computer keyboard for ultimate portability. The precursor to this project: Online Launchpad
- [sudo] npm install -g tslint typescript typedoc
- [sudo] gem install sass
- compile js: tsc -w
- compile css: sass --watch src/styles/stylesheet.sass:lib/stylesheet.css
- run: python -m SimpleHTTPServer 8080
- Will generate a documentation folder. Open the index.html file in the documentation folder to navigate the project docs
- typedoc --out documentation/ --mode file src/main/