git clone git@github.com:adopted-ember-addons/ember-cli-flash.git
cd ember-cli-flashpnpm install
pnpm lintpnpm lint:fix
pnpm build
pnpm test– Runs the test suite on the current Ember versionpnpm test:watch– Runs the test suite in "watch mode"
pnpm start- Visit the test application at http://localhost:4200.
For more information on using ember-cli, visit https://cli.emberjs.com/release/.