The official webpage for the Android app Audio Profiles. It also contains a Guide for every section of the app.
Install dependencies using:
npm install
For developing (including livereload) just use:
npm install -g gulp
gulp
Or using the local dependency:
node_modules/gulp/bin/gulp.js
The app will load into http://localhost:3000.
To build the app for production:
npm install -g gulp
gulp build
Or using the local dependency:
node_modules/gulp/bin/gulp.js build