This repository hosts the code for the Web Audio Player project, for Interaction Programming Project (Group 11).
(Add link to online version)
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.
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.
In order to deploy the app, type in the terminal:
grunt build
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).
- Arthur Câmara - [email protected]
- Charles Windlin - [email protected]
- Konstantina Pantagaki - [email protected]
- Mladen Milivojevic - [email protected]
Code released under the MIT license.