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
Egor adfe7a40d6 removing groups, fixing deprecations, switching to paper's menu way
BUGS: error on bridge authentication, lightData not updating correctly to reflect the state, unstyled settings menu
2016-10-12 23:18:34 -07:00
..
app removing groups, fixing deprecations, switching to paper's menu way 2016-10-12 23:18:34 -07:00
config WIP - everything is FUBAR: splitting stylesheets, splitting directories for future mobile work 2016-10-07 15:28:33 -07:00
public WIP - everything is FUBAR: splitting stylesheets, splitting directories for future mobile work 2016-10-07 15:28:33 -07:00
tests removing groups, fixing deprecations, switching to paper's menu way 2016-10-12 23:18:34 -07:00
vendor WIP - everything is FUBAR: splitting stylesheets, splitting directories for future mobile work 2016-10-07 15:28:33 -07: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 WIP - everything is FUBAR: splitting stylesheets, splitting directories for future mobile work 2016-10-07 15:28:33 -07: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 WIP - everything is FUBAR: splitting stylesheets, splitting directories for future mobile work 2016-10-07 15:28:33 -07:00
.watchmanconfig WIP - everything is FUBAR: splitting stylesheets, splitting directories for future mobile work 2016-10-07 15:28:33 -07:00
bower.json 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
ember-cli-build.js 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
package.json trying out yarn ( does its lock file need to be ignored? ), minor package version update 2016-10-12 16:31:59 -07: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
testem.js WIP - everything is FUBAR: splitting stylesheets, splitting directories for future mobile work 2016-10-07 15:28:33 -07:00
yarn.lock removing groups, fixing deprecations, switching to paper's menu way 2016-10-12 23:18:34 -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)