Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 221 Bytes

File metadata and controls

16 lines (10 loc) · 221 Bytes

How To Contribute

Installation

  • git clone <repository-url>
  • cd ember-cli-deploy-rest
  • npm install

Linting

  • npm run lint
  • npm run lint:fix

Running tests

  • npm test – Runs the test suite