Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 377 Bytes

File metadata and controls

25 lines (15 loc) · 377 Bytes

How To Contribute

Installation

  • git clone <repository-url>
  • cd @ember/render-modifiers
  • pnpm install

Linting

  • pnpm lint
  • pnpm lint:fix

Building

  • pnpm build

Running tests

  • pnpm test – Runs the test suite

Running the demo application