Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 548 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 548 Bytes

#Welcome to Codr!

Prerequisistes

  • Node.js
  • Bower

Installation

Ember CLI Master

  • git clone [email protected]:stefanpenner/ember-cli.git
  • cd ember-cli
  • npm install
  • npm link

Install codr

  • git clone [email protected]:habdelra/codr.git
  • cd codr
  • npm install
  • bower install
  • npm link ember-cli

Running

Building

  • ember build

For more information on using ember-cli, visit http://iamstef.net/ember-cli/.