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-12-29 11:52:40 -08:00
..
app set the saturation to max during music syncing so it doesn't look dull in case the user messed with their saturation in another app 2017-12-29 11:52:40 -08:00
config yarn upgrades 2017-09-04 13:15:35 -07:00
public prettier color map 2017-12-24 23:12:05 -08:00
tests ember init 2017-07-23 23:47:06 -07:00
vendor better color conversion 2017-04-23 23:48:46 -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 active light icon/text configuration option, better responsiveness 2017-02-04 16:22:04 -08:00
.eslintrc.js prettier formatting 2017-12-09 19:32:12 -08:00
.gitignore ember init 2017-07-23 23:47:06 -07:00
.travis.yml yarn upgrades 2017-09-04 13:15:35 -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 WIP 2017-03-11 14:42:30 -08:00
ember-cli-build.js ember init 2017-07-23 23:47:06 -07:00
package.json yarn upgrade 2017-12-11 17:45:42 -08:00
README.md yarn upgrades 2017-09-04 13:15:35 -07:00
testem.js yarn upgrades 2017-09-04 13:15:35 -07:00
yarn.lock color chooser improvements 2017-12-27 18:51:51 -08: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

Running / Development

Code Generators

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

Running Tests

  • ember test
  • ember test --server

Building

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

Deploying

Specify what it takes to deploy your app.