Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 332 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (12 loc) · 332 Bytes

Development

  • git clone this repository
  • npm install
  • bower install
  • ember server
  • Visit your app at http://localhost:4200.

Running Tests

  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://www.ember-cli.com/.