Skip to content

Allovue/design.allovue.com

Repository files navigation

design.allovue.com

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

We use ember deploy to publish to an AWS bucket: design.allovue.com. Route53 is set up to have the domain design.allovue.com point to this bucket as an A Alias record.

  1. Copy keys.example.js as keys.js
  2. Add your secret key and access ID to it. You should not check this file in to git.
  3. In the console run ember deploy production --verbose --activate=true
  4. Visit design.allovue.com to see your handiwork!

Further Reading / Useful Links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published