diff --git a/Procfile b/Procfile deleted file mode 100644 index 489b270..0000000 --- a/Procfile +++ /dev/null @@ -1 +0,0 @@ -web: node server.js diff --git a/README.md b/README.md index e13982b..43e8727 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Audiophonic -Experiments with the Web Audio API for fun and non-profit. +Audiophonic is a little keyboard synthesizer built with with the Web Audio API for my JSConf 2015 talk on making music with the browser. -To get started, run `npm install`. +It lives at http://stevekinney.github.io/audiphonic, if you want to play around with it. + +To get started, run `npm install && bower install`.