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
dependabot[bot] cf875ce088
Bump mout from 1.1.0 to 1.2.3 in /web
Bumps [mout](https://github.com/mout/mout) from 1.1.0 to 1.2.3.
- [Release notes](https://github.com/mout/mout/releases)
- [Changelog](https://github.com/mout/mout/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mout/mout/compare/v1.1.0...v1.2.3)

---
updated-dependencies:
- dependency-name: mout
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-09 23:02:41 +00:00
..
app update the local hue bridge discovery endpoint 2020-07-26 17:14:54 -07:00
config yarn upgrades 2017-09-04 13:15:35 -07:00
public better privacy policy link 2018-11-04 11:30:07 -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 redo the front page, notice that the web app is deprecated, adding android privacy policy 2018-04-16 21:28:38 -07: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 description and image og changes 2018-09-14 17:03:17 -07:00
package.json redo the front page, notice that the web app is deprecated, adding android privacy policy 2018-04-16 21:28:38 -07: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 Bump mout from 1.1.0 to 1.2.3 in /web 2022-02-09 23:02:41 +00: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.