Audio visualization for SoundCloud tracks
Living at https://spectrogram.website/
Install npm dependencies
npm install
Start up http-server
in docs
(for local development)
npm run serve
https://github.com/indexzero/http-server
Run webpack dev build (src >> docs
) and re-run on changes
npm run watch
Clean out docs
+ run webpack build with production optimizations
npm run build