Skip to content

201-created/bodega

Repository files navigation

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)