HTML5 podcast app (for the Web, including FirefoxOS)
Перейти к файлу
Brittany Storoz 7cc2246324 Install fxos addon 2015-08-06 00:51:43 -04:00
app Clean slate 2015-08-06 00:30:45 -04:00
config Holy hell 2015-07-17 18:36:56 -04:00
public Install fxos addon 2015-08-06 00:51:43 -04:00
tests Update dependencies; break everything 2015-07-22 13:43:02 -04:00
vendor Initial Commit from Ember CLI v0.2.7 2015-07-06 15:06:01 -04:00
.bowerrc Update dotfiles 2015-08-06 00:36:02 -04:00
.editorconfig Update dotfiles 2015-08-06 00:36:02 -04:00
.ember-cli Initial Commit from Ember CLI v0.2.7 2015-07-06 15:06:01 -04:00
.gitattributes OCD \n EOF 2014-08-14 20:28:10 -04:00
.gitignore Update dotfiles 2015-08-06 00:36:02 -04:00
.jscsrc Add JS style checker 2014-06-15 17:15:10 -04:00
.jshintrc Add node bool to jshint 2015-08-06 00:43:16 -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 Fixup adapter dependencies 2015-08-05 23:55:48 -04:00
README.md Clean slate 2015-08-06 00:30:45 -04:00
bower.json Clean slate 2015-08-06 00:30:45 -04:00
ember-cli-build.js Update dependencies; break everything 2015-07-22 13:43:02 -04:00
package.json Install fxos addon 2015-08-06 00:51:43 -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.