ferrannp / audioprofiles

Official website for Audio Profiles (Android app)

Home Page:https://audioprofiles.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Official website for Audio Profiles (Android app)

https://audioprofiles.herokuapp.com

License:MIT License


Languages

Language:JavaScript 86.0%Language:SCSS 13.2%Language:HTML 0.8%