git clone <repository-url>cd @gavant/ember-modalsyarn install
yarn lintyarn lint:fix
cd @gavant/ember-modalsyarn build
cd test-appyarn test– Runs the test suite on the current Ember versionyarn test:watch– Runs the test suite in "watch mode"
cd test-appyarn start- Visit the test application at http://localhost:4200.
For more information on using ember-cli, visit https://cli.emberjs.com/release/.