Skip to content

Commit f6c280e

Browse files
authored
Update README.md
1 parent e09edc4 commit f6c280e

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,16 @@ You will need the following things properly installed on your computer.
2121
* [Yarn](https://yarnpkg.com/)
2222
* [Ember CLI](https://ember-cli.com/)
2323
* [Google Chrome](https://google.com/chrome/)
24+
* [CodingBlocks Online Server](https://github.com/coding-blocks/codingblocks.online.server)
2425

2526
## Installation
2627

28+
* Make sure [CodingBlocks Online Server](https://github.com/coding-blocks/codingblocks.online.server) is installed and running
2729
* `git clone https://github.com/coding-blocks/codingblocks.online.projectx` this repository
2830
* `cd codingblocks.online.projectx`
2931
* `yarn install`
3032

31-
## Running / Development
33+
## Running for Development
3234

3335
* `export oss=true && ember serve`
3436
* 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.
3840

3941
Make use of the many generators for code, try `ember help generate` for more details
4042

41-
### Running Tests
42-
43-
* `ember test`
44-
* `ember test --server`
45-
4643
### Linting
4744

4845
* `npm run lint:hbs`
4946
* `npm run lint:js`
5047
* `npm run lint:js -- --fix`
5148

52-
### Building
49+
### Building (for production)
5350

5451
* `ember build` (development)
5552
* `ember build --environment production` (production)

0 commit comments

Comments
 (0)