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