Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 654 Bytes

CONTRIBUTING.md

File metadata and controls

31 lines (20 loc) · 654 Bytes

How To Contribute

Installation

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

Linting

  • npm run lint
  • npm run lint:fix

Building the addon

  • cd ember-h-captcha
  • npm build

Running tests

  • cd test-app
  • npm run test – Runs the test suite on the current Ember version
  • npm run test:watch – Runs the test suite in "watch mode"

Running the test application

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