File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,16 @@ You will need the following things properly installed on your computer.
21
21
* [ Yarn] ( https://yarnpkg.com/ )
22
22
* [ Ember CLI] ( https://ember-cli.com/ )
23
23
* [ Google Chrome] ( https://google.com/chrome/ )
24
+ * [ CodingBlocks Online Server] ( https://github.com/coding-blocks/codingblocks.online.server )
24
25
25
26
## Installation
26
27
28
+ * Make sure [ CodingBlocks Online Server] ( https://github.com/coding-blocks/codingblocks.online.server ) is installed and running
27
29
* ` git clone https://github.com/coding-blocks/codingblocks.online.projectx ` this repository
28
30
* ` cd codingblocks.online.projectx `
29
31
* ` yarn install `
30
32
31
- ## Running / Development
33
+ ## Running for Development
32
34
33
35
* ` export oss=true && ember serve `
34
36
* Visit your app at [ http://localhost:4200 ] ( http://localhost:4200 ) .
@@ -38,18 +40,13 @@ You will need the following things properly installed on your computer.
38
40
39
41
Make use of the many generators for code, try ` ember help generate ` for more details
40
42
41
- ### Running Tests
42
-
43
- * ` ember test `
44
- * ` ember test --server `
45
-
46
43
### Linting
47
44
48
45
* ` npm run lint:hbs `
49
46
* ` npm run lint:js `
50
47
* ` npm run lint:js -- --fix `
51
48
52
- ### Building
49
+ ### Building (for production)
53
50
54
51
* ` ember build ` (development)
55
52
* ` ember build --environment production ` (production)
You can’t perform that action at this time.
0 commit comments