Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 582 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (14 loc) · 582 Bytes

Contributing

Installation

  • git clone git@github.com:mtoygar/ember-poller.git
  • cd ember-poller
  • yarn install

Linting

  • npm run prettier

Running tests

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

Running the dummy application

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