git clone [email protected]:adopted-ember-addons/ember-cli-flash.git
cd ember-cli-flash
pnpm install
pnpm lint
pnpm lint:fix
pnpm test:ember
– Runs the test suite on the current Ember versionpnpm test:ember --server
– Runs the test suite in "watch mode"cd test-app && ember try:each
– Runs the test suite against multiple Ember versions
ember serve
- Visit the test application at http://localhost:4200.
For more information on using ember-cli, visit https://cli.emberjs.com/release/.