Skip to content

201-created/LG

Repository files navigation

LG

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

Build Status Code Climate

Trello board

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

The project front end is hosted on Google App Engine at: https://console.developers.google.com/project/apps~lion-guardians

If you don't have access follow the following steps:

  1. Request an email invitation from a developer on the team.
  2. Accept the invitation.
  3. Install the SDK from here google.com

To deploy run ./deploy.sh or ember build --environment production && appcfg.py --oauth2 update .

Then, go here: http://lion-guardians.appspot.com/

Further Reading / Useful Links