Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 446 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (15 loc) · 446 Bytes

How To Contribute

Installation

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

Building

  • pnpm build

Linting

  • pnpm lint
  • pnpm lint:fix

Running the test application

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