Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 482 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (14 loc) · 482 Bytes

How To Contribute

Installation

  • git clone <repository-url>
  • cd cb-ember-mobiledoc-dom-renderer
  • yarn install

Linting

  • yarn lint
  • yarn lint:fix

Running tests

  • yarn test – Runs the test suite on the current Ember version

Running the test-app application

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