Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 763 Bytes

CONTRIBUTING.md

File metadata and controls

31 lines (20 loc) · 763 Bytes

How To Contribute

Installation

  • git clone <repository-url>
  • cd ember-lax
  • npm install

Linting

  • npm run lint:hbs
  • npm run lint:js
  • npm run lint:js -- --fix

Running tests

There no meaningful tests at the moment. If you add them, use the following commands.

  • 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

The dummy app contains examples.

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