No description
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.
Find a file
2015-09-03 09:33:20 -07:00
app WIP 2015-09-03 09:33:20 -07:00
assets New favicon 2015-08-17 02:20:19 -07:00
config working on the music controls 2015-08-27 01:16:18 -07:00
public New favicon 2015-08-17 02:20:19 -07:00
tests audio player ui work 2015-08-28 01:38:03 -07:00
vendor working on the music controls 2015-08-27 01:16:18 -07:00
.bowerrc Initial push 2015-08-10 22:35:25 -07:00
.editorconfig Initial push 2015-08-10 22:35:25 -07:00
.ember-cli Initial push 2015-08-10 22:35:25 -07:00
.gitignore adding .gitignore for the .idea folder 2015-08-10 22:42:45 -07:00
.jshintrc working on the music controls 2015-08-27 01:16:18 -07:00
.travis.yml Initial push 2015-08-10 22:35:25 -07:00
.watchmanconfig Initial push 2015-08-10 22:35:25 -07:00
bower.json music wip 2015-08-31 02:19:26 -07:00
ember-cli-build.js WIP 2015-09-03 09:33:20 -07:00
package.json WIP 2015-09-03 09:33:20 -07:00
README.md Initial push 2015-08-10 22:35:25 -07:00
testem.json Initial push 2015-08-10 22:35:25 -07:00

Huegasm

This README outlines the details of collaborating on this Ember application. A short introduction of this app could easily go here.

Prerequisites

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

Installation

  • git clone <repository-url> this repository
  • change into the new directory
  • npm install
  • bower 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.