UNPKG

781 BMarkdownView Raw
1Esri welcomes contributions from anyone and everyone. Please see our [guidelines for contributing](https://github.com/esri/contributing).
2
3# How To Contribute
4
5## Installation
6
7* `git clone ember-cli-amd`
8* `cd ember-cli-amd`
9* `npm install`
10
11## Linting
12
13* `npm run lint:hbs`
14* `npm run lint:js`
15* `npm run lint:js -- --fix`
16
17## Running tests
18
19* `ember test` – Runs the test suite on the current Ember version
20* `ember test --server` – Runs the test suite in "watch mode"
21* `ember try:each` – Runs the test suite against multiple Ember versions
22
23## Running the dummy application
24
25* `ember serve`
26* Visit the dummy application at [http://localhost:4200](http://localhost:4200).
27
28For more information on using ember-cli, visit [https://ember-cli.com/](https://ember-cli.com/).