/yahara

Yahara music library

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

The Yahara Project

Making local music super awesome since 2014 :)

Setup

  1. Make sure node is installed (brew install node on OSX)
  2. Install grunt command line utility npm install -g gulp
  3. Install bower command line utility npm install -g bower
  4. Clone this repo using git clone
  5. cd into directory
  6. run npm install
  7. run bower install

Development

  1. run gulp
  2. visit http://localhost:8000 in a browser

Deployment

  1. run NODE_ENV=production gulp dist
  2. commit changes
  3. push to github and push to heroku

Built using:

  • Ember
  • Node.js
  • Gulp
  • Express
  • Bower