Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 807 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (19 loc) · 807 Bytes

How To Contribute

Installation

Linting

  • yarn lint
  • yarn lint:fix

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 (mirage backend)

Running the dummy application (real backend)

  • set up emeis (see docs)
  • yarn start-proxy

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