git clone https://github.com/elwayman02/ember-scroll-modifiers
cd ember-scroll-modifiers
yarn install
yarn lint
yarn lint:fix
yarn test
– Runs the test suite on the current Ember versionyarn test:ember --server
– Runs the test suite in "watch mode"yarn test:ember-compatibility
– Runs the test suite against multiple Ember versions
yarn start
- Visit the dummy application at http://localhost:4200.
For more information on using ember-cli, visit https://cli.emberjs.com/release/.