HTML5 podcast app (for the Web, including FirefoxOS)
Перейти к файлу
Brittany Storoz 6dc4ef18cb Change controllers to array controllers 2015-07-17 20:48:39 -04:00
app Change controllers to array controllers 2015-07-17 20:48:39 -04:00
config Holy hell 2015-07-17 18:36:56 -04:00
public Stub templates and localization helper 2015-07-08 10:03:28 -04:00
tests Add player controller 2015-07-17 20:47:49 -04:00
vendor Initial Commit from Ember CLI v0.2.7 2015-07-06 15:06:01 -04:00
.bowerrc Initial Commit from Ember CLI v0.2.7 2015-07-06 15:06:01 -04:00
.editorconfig Initial Commit from Ember CLI v0.2.7 2015-07-06 15:06:01 -04:00
.ember-cli Initial Commit from Ember CLI v0.2.7 2015-07-06 15:06:01 -04:00
.gitignore Initial Commit from Ember CLI v0.2.7 2015-07-06 15:06:01 -04:00
.jshintrc Initial Commit from Ember CLI v0.2.7 2015-07-06 15:06:01 -04:00
.travis.yml Initial Commit from Ember CLI v0.2.7 2015-07-06 15:06:01 -04:00
.watchmanconfig Initial Commit from Ember CLI v0.2.7 2015-07-06 15:06:01 -04:00
Brocfile.js Holy hell 2015-07-17 18:36:56 -04:00
README.md Initial Commit from Ember CLI v0.2.7 2015-07-06 15:06:01 -04:00
bower.json Holy hell 2015-07-17 18:36:56 -04:00
package.json Holy hell 2015-07-17 18:36:56 -04:00
testem.json Initial Commit from Ember CLI v0.2.7 2015-07-06 15:06:01 -04:00

README.md

Ember-hifi

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.