git clone <repository-url>cd ember-autofocus-modifierpnpm install
This repository enforces conventional commits through Git hooks and commitlint. Thus, your commits must follow the Conventional Commits spec and @commitlint/config-conventional rules.
pnpm lintpnpm lint:fix
cd ember-autofocus-modifierpnpm build
cd test-apppnpm test– Runs the test suite on the current Ember version
cd test-apppnpm start- Visit the test application at http://localhost:4200.
For more information on using ember-cli, visit https://cli.emberjs.com/release/.