/audioprofiles

Official website for Audio Profiles (Android app)

Primary LanguageJavaScriptMIT LicenseMIT

The official webpage for the Android app Audio Profiles. It also contains a Guide for every section of the app.

Usage

Install dependencies using:

npm install

Developing

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.

Production

To build the app for production:

npm install -g gulp
gulp build

Or using the local dependency:

node_modules/gulp/bin/gulp.js build