git clone <repository-url>cd ember-validationnpm install
npm run lintnpm run lint:fix
npm build
npm run test– Runs the test suite on the current Ember versionnpm run test:watch– Runs the test suite in "watch mode"
npm run start- Visit the test application at http://localhost:4200.
For more information on using ember-cli, visit https://cli.emberjs.com/release/.