git clone <repository-url>
cd ember-lottie
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-lottie
pnpm build
cd test-app
pnpm test
– Runs the test suite on the current Ember versionember try:each
– Runs the test suite against multiple Ember versions
cd test-app & ember serve
- Visit the dummy application at http://localhost:4200.
For more information on using ember-cli, visit https://cli.emberjs.com/release/.