Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (14 loc) · 368 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (14 loc) · 368 Bytes

Contributing Guide

Installation

  • git clone this repository
  • npm install
  • bower install

Running

Running Tests

  • ember test
  • ember test --server

Building

  • ember build

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