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 bodegayarnbower install- Update your
/etc/hoststo include a line:127.0.0.1 localhost.ssl
ember serve- Visit your app using Safari at https://localhost.ssl:4200.
ember testember test --server
ember build(development)ember build --environment production(production)