CONTRIBUTING.md
# How To Contribute
## Installation
- `git clone <repository-url>`
- `cd ember-draggable-modifiers`
- `pnpm install`
## Linting
- `pnpm run lint`
- `pnpm run lint:fix`
## Building the addon
- `cd packages/ember-draggable-modifiers`
- `pnpm build`
## Running tests
- `cd packages/test-app`
- `pnpm run test` – Runs the test suite on the current Ember version
- `pnpm run test:watch` – Runs the test suite in "watch mode"
## Running the test application
- `cd packages/test-app`
- `pnpm run start`
- Visit the test application at [http://localhost:4200](http://localhost:4200).
For more information on using ember-cli, visit [https://cli.emberjs.com/release/](https://cli.emberjs.com/release/).