A wep app for visualizing sound waves of some songs.
• Have npm installed
• Have grunt-cli installed
To get started, run: ./setup.sh
This will:
(1) Run 'npm install' to install all basic dependencies
(2) Do a brief workspace fixup to fix some pathing issues in some of the dependencies
To build the project, run:
grunt build
To deploy, run:
grunt deploy
To-Do: -Use minified app javascript file -Figure out how to create compressed packaged that gets uploaded -Get rid of warnings on initial npm install