Skip to content

Dan12/keyboard-music

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keyboard Music

A music player and editor based around a computer keyboard for ultimate portability. The precursor to this project: Online Launchpad

Dependancies

  • [sudo] npm install -g tslint typescript typedoc
  • [sudo] gem install sass

Running

  • compile js: tsc -w
  • compile css: sass --watch src/styles/stylesheet.sass:lib/stylesheet.css
  • run: python -m SimpleHTTPServer 8080

Documentation

  • 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/

About

Online Launchpad 2.0

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published