Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 167 Bytes

DEV-README.md

File metadata and controls

15 lines (9 loc) · 167 Bytes

Dev Setup

  • git clone this repository
  • npm install
  • bower install

Running Tests

  • ember test
  • ember test --server

Building

  • ember build