surrealpatch/gui
2016-07-04 11:37:03 +01:00
..
app Add initial ember gui app 2016-05-14 11:20:59 +01:00
config Add initial ember gui app 2016-05-14 11:20:59 +01:00
public Add websocket test html page 2016-07-04 11:37:03 +01:00
tests Add initial ember gui app 2016-05-14 11:20:59 +01:00
.bowerrc Add initial ember gui app 2016-05-14 11:20:59 +01:00
.editorconfig Add initial ember gui app 2016-05-14 11:20:59 +01:00
.ember-cli Add initial ember gui app 2016-05-14 11:20:59 +01:00
.gitignore Add initial ember gui app 2016-05-14 11:20:59 +01:00
.jshintrc Add initial ember gui app 2016-05-14 11:20:59 +01:00
.travis.yml Add initial ember gui app 2016-05-14 11:20:59 +01:00
.watchmanconfig Add initial ember gui app 2016-05-14 11:20:59 +01:00
bower.json Add initial ember gui app 2016-05-14 11:20:59 +01:00
ember-cli-build.js Add initial ember gui app 2016-05-14 11:20:59 +01:00
package.json Add initial ember gui app 2016-05-14 11:20:59 +01:00
README.md Add initial ember gui app 2016-05-14 11:20:59 +01:00
testem.js Add initial ember gui app 2016-05-14 11:20:59 +01:00

Gui

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.