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-08-10 22:42:06 -07:00
app Initial push 2015-08-10 22:35:25 -07:00
assets Initial push 2015-08-10 22:35:25 -07:00
config Initial push 2015-08-10 22:35:25 -07:00
public Initial push 2015-08-10 22:35:25 -07:00
tests Initial push 2015-08-10 22:35:25 -07:00
vendor Initial push 2015-08-10 22:35:25 -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 Initial push 2015-08-10 22:35:25 -07:00
.jshintrc Initial push 2015-08-10 22:35:25 -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 Initial push 2015-08-10 22:35:25 -07:00
ember-cli-build.js Initial push 2015-08-10 22:35:25 -07:00
package.json Initial push 2015-08-10 22:35:25 -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.