Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 626 Bytes

CONTRIBUTING.md

File metadata and controls

40 lines (24 loc) · 626 Bytes

Contributing to ember-welcome-page

Installation

git clone [email protected]:ember-cli/ember-welcome-page.git
cd ember-welcome-page
yarn install

Run test app

yarn start

Visit http://localhost:4200.

Lint files

yarn lint
yarn lint:fix

Run tests

yarn test
yarn test --server

Folder structure

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.