@@ -10,52 +10,52 @@ Components come from [ember-styleguide](https://github.com/ember-learn/ember-sty
1010
1111You will need the following things properly installed on your computer.
1212
13- * [ Git] ( https://git-scm.com/ )
14- * [ Node.js] ( https://nodejs.org/ )
15- * [ Ember CLI] ( https://ember- cli.com/ )
16- * [ Google Chrome] ( https://google.com/chrome/ )
13+ - [ Git] ( https://git-scm.com/ )
14+ - [ Node.js] ( https://nodejs.org/ ) (with npm )
15+ - [ Ember CLI] ( https://cli.emberjs. com/release / )
16+ - [ Google Chrome] ( https://google.com/chrome/ )
1717
1818## Installation
1919
20- * ` git clone <repository-url> ` this repository
21- * ` cd ember-website `
22- * ` npm install `
20+ - ` git clone <repository-url> ` this repository
21+ - ` cd ember-website `
22+ - ` npm install `
2323
2424## Running / Development
2525
26- * ` npm start `
27- * Visit your app at [ http://localhost:4200 ] ( http://localhost:4200 ) .
28- * Visit your tests at [ http://localhost:4200/tests ] ( http://localhost:4200/tests ) .
26+ - ` npm start `
27+ - Visit your app at [ http://localhost:4200 ] ( http://localhost:4200 ) .
28+ - Visit your tests at [ http://localhost:4200/tests ] ( http://localhost:4200/tests ) .
2929
3030### Code Generators
3131
3232Make use of the many generators for code, try ` ember help generate ` for more details
3333
3434### Running Tests
3535
36- * ` npm test `
37- * ` npm test --server `
36+ - ` npm test `
37+ - ` npm test --server `
3838
3939### Linting
4040
41- * ` npm run lint `
42- * ` npm run lint:fix `
41+ - ` npm run lint `
42+ - ` npm run lint:fix `
4343
4444### Building
4545
46- * ` npm run build ` (production)
46+ - ` npm run build ` (production)
4747
4848### Deploying
4949
5050The app is continuously deployed to Netlify when a pull request is merged and passes continuous integration.
5151
5252## Further Reading / Useful Links
5353
54- * [ ember.js] ( https://emberjs.com/ )
55- * [ ember-cli] ( https://ember- cli.com/ )
56- * Development Browser Extensions
57- * [ ember inspector for chrome] ( https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi )
58- * [ ember inspector for firefox] ( https://addons.mozilla.org/en-US/firefox/addon/ember-inspector/ )
54+ - [ ember.js] ( https://emberjs.com/ )
55+ - [ ember-cli] ( https://cli.emberjs. com/release / )
56+ - Development Browser Extensions
57+ - [ ember inspector for chrome] ( https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi )
58+ - [ ember inspector for firefox] ( https://addons.mozilla.org/en-US/firefox/addon/ember-inspector/ )
5959
6060## Sponsors
6161
0 commit comments