This repo contains the Ember application for ember-engines.com, the official documentation website for ember-engines.
git clone https://github.com/ember-engines/ember-engines.com.git
cd ember-engines-website
npm install
bower install
ember serve
- Visit the app at http://localhost:4200.
ember test
ember test --server
Deployments automatically happen once changes have been merged into master
. So, make sure you test your changes!