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/web
2017-02-25 20:34:13 -08:00
..
app 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
config finishing up with mobile ( hopefully ), bug fixes and improvements 2016-11-22 01:07:15 -08:00
public 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 WIP - everything is FUBAR: splitting stylesheets, splitting directories for future mobile work 2016-10-07 15:28:33 -07:00
.editorconfig WIP - everything is FUBAR: splitting stylesheets, splitting directories for future mobile work 2016-10-07 15:28:33 -07:00
.ember-cli active light icon/text configuration option, better responsiveness 2017-02-04 16:22:04 -08:00
.gitignore WIP - everything is FUBAR: splitting stylesheets, splitting directories for future mobile work 2016-10-07 15:28:33 -07:00
.jshintrc WIP - everything is FUBAR: splitting stylesheets, splitting directories for future mobile work 2016-10-07 15:28:33 -07:00
.travis.yml ember update 2017-02-03 00:47:55 -08:00
.watchmanconfig WIP - everything is FUBAR: splitting stylesheets, splitting directories for future mobile work 2016-10-07 15:28:33 -07:00
bower.json ember update 2017-02-03 00:47:55 -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 WIP chrome extension - using chrome's storage api, figuring out background scripts 2017-02-17 00:05:40 -08:00
README.md modernizing: further modularizing the stylesheets, new bootstrap stylesheet to allow the ( manual ) removal of bootstrap modules, velocityjs over jquery animations, fancier scrollbars for webkit 2016-10-11 17:18:29 -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)