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