UNPKG

720 BMarkdownView Raw
1# How To Contribute
2
3## Installation
4
5* `git clone git@github.com:ivanvotti/ember-svg-jar.git`
6* `cd ember-svg-jar`
7* `npm install`
8
9## Linting
10
11* `npm run lint:hbs`
12* `npm run lint:js`
13* `npm run lint:js -- --fix`
14
15## Running tests
16
17* `npm test` - Runs all tests including linters.
18* `ember test` – Runs the test suite on the current Ember version
19* `ember test --server` – Runs the test suite in "watch mode"
20* `ember try:each` – Runs the test suite against multiple Ember versions
21
22## Running the dummy application
23
24* `ember serve`
25* Visit the dummy application at [http://localhost:4200](http://localhost:4200).
26
27For more information on using ember-cli, visit [https://ember-cli.com/](https://ember-cli.com/).