Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 597 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (13 loc) · 597 Bytes

How To Contribute

Installation

  • git clone https://github.com/kredde/ember-error-tracker
  • cd ember-error-tracker
  • npm install

Running tests

  • ember test – Runs the test suite on the current Ember version
  • ember test --server – Runs the test suite in "watch mode"
  • ember try:each – Runs the test suite against multiple Ember versions

Running the dummy application

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