Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 844 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 844 Bytes

Bodega

Task Tracking

Deployment

This app is deployed via Heroku automatically when new code is pushed to master.

The production Heroku app is here. There is also a staging app.

Installation

  • git clone <repository-url> this repository
  • cd bodega
  • yarn
  • bower install
  • Update your /etc/hosts to include a line: 127.0.0.1 localhost.ssl

Running / Development

Running Tests

  • ember test
  • ember test --server

Building

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