Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 505 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (14 loc) · 505 Bytes

How To Contribute

Installation

  • git clone https://github.com/domoticalabs/ember-mqttjs.git
  • cd ember-mqttjs
  • npm install

Linting

  • npm run lint
  • npm run lint:fix

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/.