@@ -7,51 +7,51 @@ A short introduction of this app could easily go here.
77
88You will need the following things properly installed on your computer.
99
10- * [ Git] ( https://git-scm.com/ )
11- * [ Node.js] ( https://nodejs.org/ )
12- * [ Yarn] ( https://yarnpkg.com/ )
13- * [ Ember CLI] ( https://ember-cli.com/ )
14- * [ Google Chrome] ( https://google.com/chrome/ )
10+ - [ Git] ( https://git-scm.com/ )
11+ - [ Node.js] ( https://nodejs.org/ )
12+ - [ Yarn] ( https://yarnpkg.com/ )
13+ - [ Ember CLI] ( https://ember-cli.com/ )
14+ - [ Google Chrome] ( https://google.com/chrome/ )
1515
1616## Installation
1717
18- * ` git clone <repository-url> ` this repository
19- * ` cd ember-temp `
20- * ` yarn install `
18+ - ` git clone <repository-url> ` this repository
19+ - ` cd ember-temp `
20+ - ` yarn install `
2121
2222## Running / Development
2323
24- * ` ember serve `
25- * Visit your app at [ http://localhost:4200 ] ( http://localhost:4200 ) .
26- * Visit your tests at [ http://localhost:4200/tests ] ( http://localhost:4200/tests ) .
24+ - ` ember serve `
25+ - Visit your app at [ http://localhost:4200 ] ( http://localhost:4200 ) .
26+ - Visit your tests at [ http://localhost:4200/tests ] ( http://localhost:4200/tests ) .
2727
2828### Code Generators
2929
3030Make use of the many generators for code, try ` ember help generate ` for more details
3131
3232### Running Tests
3333
34- * ` ember test `
35- * ` ember test --server `
34+ - ` ember test `
35+ - ` ember test --server `
3636
3737### Linting
3838
39- * ` npm run lint `
40- * ` npm run lint:fix `
39+ - ` npm run lint `
40+ - ` npm run lint:fix `
4141
4242### Building
4343
44- * ` ember build ` (development)
45- * ` ember build --environment production ` (production)
44+ - ` ember build ` (development)
45+ - ` ember build --environment production ` (production)
4646
4747### Deploying
4848
4949Specify what it takes to deploy your app.
5050
5151## Further Reading / Useful Links
5252
53- * [ ember.js] ( https://emberjs.com/ )
54- * [ ember-cli] ( https://ember- cli.com/ )
55- * Development Browser Extensions
56- * [ ember inspector for chrome] ( https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi )
57- * [ ember inspector for firefox] ( https://addons.mozilla.org/en-US/firefox/addon/ember-inspector/ )
53+ - [ ember.js] ( https://emberjs.com/ )
54+ - [ ember-cli] ( https://cli.emberjs. com/release / )
55+ - Development Browser Extensions
56+ - [ ember inspector for chrome] ( https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi )
57+ - [ ember inspector for firefox] ( https://addons.mozilla.org/en-US/firefox/addon/ember-inspector/ )
0 commit comments