Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 434 Bytes

File metadata and controls

25 lines (15 loc) · 434 Bytes

How To Contribute

Installation

  • git clone <repository-url>
  • cd ember-drag-sort
  • pnpm install

Linting

  • pnpm lint
  • pnpm lint:fix

Running tests

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

Running the demo application

Building

  • pnpm build – Builds the addon for publishing