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.
git clone <repository-url>
this repositorycd bodega
yarn
bower install
- Update your
/etc/hosts
to include a line:127.0.0.1 localhost.ssl
ember serve
- Visit your app using Safari at https://localhost.ssl:4200.
ember test
ember test --server
ember build
(development)ember build --environment production
(production)