git clone <repository-url>
cd ember-phone-input
pnpm 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 lint
pnpm lint:fix
cd ember-phone-input
pnpm build
cd test-app
pnpm test
– Runs the test suite on the current Ember version
cd test-app
pnpm start
- Visit the test application at http://localhost:4200.
For more information on using ember-cli, visit https://cli.emberjs.com/release/.