git clone <repository-url>cd ember-cli-time-inputnpm install
npm run lintnpm 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/.