git clone [email protected]:ember-cli/ember-welcome-page.git
cd ember-welcome-page
yarn install
yarn start
Visit http://localhost:4200.
yarn lint
yarn lint:fix
yarn test
yarn test --server
ember-welcome-page
follows the v2 addon format. This means, you can find the source code in the ember-welcome-page
directory and the tests in the test-app/tests
directory.