This repository has been archived on 2026-04-30. You can view files and clone it, but cannot push or open issues or pull requests.
huegasm/mobile
2017-03-12 13:46:51 -07:00
..
app update uislider, remove fancy speaker from mobile, active lights overflow if they don't fit on a single line, dont alert lights on hover if they're user disabled, new ember paper should fix slider issues 2017-03-12 13:46:51 -07:00
config introjs theme, use ember.run.later instead of settimeout, minor fixes 2016-12-25 23:15:19 -08:00
ember-cordova update uislider, remove fancy speaker from mobile, active lights overflow if they don't fit on a single line, dont alert lights on hover if they're user disabled, new ember paper should fix slider issues 2017-03-12 13:46:51 -07:00
public/assets/images minor stuff: higher quality pressButtonBridge.png, adding link to the new huegasm chrome extension to the web app 2017-02-25 20:34:13 -08:00
vendor minor stuff 2017-02-06 23:52:04 -08:00
.bowerrc init huegasm_mobile 2016-10-18 10:19:52 -07:00
.editorconfig init huegasm_mobile 2016-10-18 10:19:52 -07:00
.ember-cli init huegasm_mobile 2016-10-18 10:19:52 -07:00
.gitignore init huegasm_mobile 2016-10-18 10:19:52 -07:00
.jshintrc mobile scrollbar for the playlist area, scroll to added songs, dont save music added locally as it can't be played on page refresh 2016-12-29 18:48:31 -08:00
.travis.yml ember update 2017-02-03 00:47:55 -08:00
.watchmanconfig mobile scrollbar for the playlist area, scroll to added songs, dont save music added locally as it can't be played on page refresh 2016-12-29 18:48:31 -08:00
bower.json WIP 2017-03-11 14:42:30 -08:00
ember-cli-build.js prettier light-group, text version of bulbs, tests? lol 2017-02-06 23:40:16 -08:00
package.json update uislider, remove fancy speaker from mobile, active lights overflow if they don't fit on a single line, dont alert lights on hover if they're user disabled, new ember paper should fix slider issues 2017-03-12 13:46:51 -07:00
README.md init huegasm_mobile 2016-10-18 10:19:52 -07:00

Huegasm

This README outlines the details of collaborating on this Ember application. Music awesomeness for hue lights.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd huegasm
  • npm install
  • bower install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Building

  • ember build (development)
  • ember build --environment production (production)