git clone [email protected]:BlueCutOfficial/ember-is-component.gitcd ember-is-componentyarn install
yarn lintyarn lint:fix
cd ember-is-componentyarn 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/.