#Welcome to Codr!
- Node.js
- Bower
git clone git@github.com:stefanpenner/ember-cli.git
cd ember-cli
npm install
npm link
git clone git@github.com:habdelra/codr.git
cd codr
npm install
bower install
npm link ember-cli
ember server
- Visit your app at http://localhost:4200.
ember build
For more information on using ember-cli, visit http://iamstef.net/ember-cli/.