@@ -8,21 +8,22 @@ A short introduction of this app could easily go here.
88You will need the following things properly installed on your computer.
99
1010* [ Git] ( https://git-scm.com/ )
11- * [ Node.js] ( https://nodejs.org/ ) (with npm)
11+ * [ Node.js] ( https://nodejs.org/ ) (with NPM)
12+ * [ Bower] ( https://bower.io/ )
1213* [ Ember CLI] ( https://ember-cli.com/ )
13- * [ Google Chrome ] ( https ://google.com/chrome /)
14+ * [ PhantomJS ] ( http ://phantomjs.org /)
1415
1516## Installation
1617
1718* ` git clone <repository-url> ` this repository
1819* ` cd my-app `
1920* ` npm install `
21+ * ` bower install `
2022
2123## Running / Development
2224
2325* ` ember serve `
2426* Visit your app at [ http://localhost:4200 ] ( http://localhost:4200 ) .
25- * Visit your tests at [ http://localhost:4200/tests ] ( http://localhost:4200/tests ) .
2627
2728### Code Generators
2829
@@ -33,11 +34,6 @@ Make use of the many generators for code, try `ember help generate` for more det
3334* ` ember test `
3435* ` ember test --server `
3536
36- ### Linting
37-
38- * ` npm run lint:js `
39- * ` npm run lint:js -- --fix `
40-
4137### Building
4238
4339* ` ember build ` (development)
@@ -49,7 +45,7 @@ Specify what it takes to deploy your app.
4945
5046## Further Reading / Useful Links
5147
52- * [ ember.js] ( https ://emberjs.com/)
48+ * [ ember.js] ( http ://emberjs.com/)
5349* [ ember-cli] ( https://ember-cli.com/ )
5450* Development Browser Extensions
5551 * [ ember inspector for chrome] ( https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi )
0 commit comments