- `git clone https://github.com/rwjblue/ember-router-helpers.git
cd ember-router-helpers
yarn install
yarn lint
yarn lint:fix
yarn test
– Runs the test suite on the current Ember versionyarn test:watch
– Runs the test suite in "watch mode"
yarn start
- Visit the test application at http://localhost:4200.
For more information on using ember-cli, visit https://cli.emberjs.com/release/.