Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 471 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (14 loc) · 471 Bytes

How To Contribute

Installation

  • git clone <repository-url>
  • cd ember-apache-echarts
  • pnpm install

Linting

  • pnpm lint
  • pnpm lint:fix

Running tests

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

Running the test-app application

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