Skip to content

Latest commit

 

History

History
56 lines (35 loc) · 1.57 KB

README.md

File metadata and controls

56 lines (35 loc) · 1.57 KB

Web Audio Player

This repository hosts the code for the Web Audio Player project, for Interaction Programming Project (Group 11).

Check it out

(Add link to online version)

Get started

In order to contribute to this project, you have need to have you need node.js and bower to run it.

After node is installed, clone this repo and run the following in the terminal (same folder as this project).

npm install
bower install

This will ensure all the necessary dependencies are downloaded and installed.

If grunt does not install automatically, run npm install -g grunt-cli to install the grunt client globally.

Run the code

In order to run the app, type in the terminal:

grunt serve

The browser will open and every change in the source files will automatically update the app running in the browser.

Deploy (production)

In order to deploy the app, type in the terminal:

grunt build

Development

The source files are under the folder app. Make sure you develop only in that folder

The standalone version of the app will be generated in the folder dist. Upload the contents of this folder alone to your server (don't upload anything else).

Credits

License

Code released under the MIT license.