Skip to content

ferrannp/audioprofiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published