Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 662 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (16 loc) · 662 Bytes

How to Contribute

Installation

  • git clone git@github.com:chrislopresto/ember-freestyle.git
  • cd ember-freestyle
  • yarn install

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

For more information on using Ember CLI, visit https://cli.emberjs.com/release/.