How To Contribute
March 28, 2025 · View on GitHub
Installation
git clone git@github.com:adopted-ember-addons/ember-validators.gitcd ember-validatorspnpm install
Linting
pnpm lintpnpm lint:fix
Building the addon
pnpm build
Running tests
cd test-apppnpm test– Runs the test suite on the current Ember versionpnpm test:watch– Runs the test suite in "watch mode"
Running the test application
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/.