Skip to content

Latest commit

 

History

History
73 lines (46 loc) · 2.38 KB

README.md

File metadata and controls

73 lines (46 loc) · 2.38 KB

GitZoom CircleCI

This README outlines the details of collaborating on this Ember application.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd gitzoom
  • yarn 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

Linting

  • npm run lint:js
  • npm run lint:js -- --fix

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

GitZoom is deployed to AWS via ember-cli-deploy using the approach outlined in the following blog posts:

The configuration keys necessary for AWS deployment can be found in .env.deploy.production.sample. Copy this sample file to .env.deploy.production and insert values for each key before deployment.

To deploy a new version to AWS, run the following command:

ember deploy production

Further Reading / Useful Links

Copyright

Copyright © 2018 Rebase Interactive. All rights reserved.