Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 432 Bytes

File metadata and controls

28 lines (16 loc) · 432 Bytes

How To Contribute

Installation

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

Linting

  • pnpm lint
  • pnpm lint:fix

Building the addon

  • pnpm build

Running tests

  • pnpm test – Runs the test suite

Running the development server

  • pnpm start – Starts the demo app with Vite

Running the docs site

  • pnpm start:docs – Starts the VitePress documentation site