Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.

Commit f6679e7

Browse files
committed
Minor formatting in README
1 parent 7ca2ec6 commit f6679e7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Getting up and running is as easy as 1, 2, 3, 4 ... 5.
3939

4040
Run
4141
```sh
42-
cp config/local.example.json config/local.json
42+
$ cp config/local.example.json config/local.json
4343
```
4444

4545
5. Setup local mailserver (optional)
@@ -74,6 +74,8 @@ Getting up and running is as easy as 1, 2, 3, 4 ... 5.
7474
# or if you are on windows, run:
7575
$ yarn run mongo:win
7676
```
77+
> ##### IMPORTANT for Windows users:
78+
> - make sure you have mongo bin directory added to your PATH
7779
7880
Start the API server with the following commands:
7981
``` bash
@@ -85,8 +87,6 @@ Getting up and running is as easy as 1, 2, 3, 4 ... 5.
8587
$ NODE_ENV=production yarn start
8688
```
8789

88-
> ##### IMPORTANT for WIN users:
89-
> - make sure you have mongo bin directory added to your PATH
9090

9191
Now, your API should be running at [http://localhost:3030](http://localhost:3030).
9292
If you seeded your database, you will see some contributions at [http://localhost:3030/contributions](http://localhost:3030/contributions).
@@ -114,13 +114,13 @@ for details.
114114

115115
Run the entire test suite with:
116116
```bash
117-
yarn run test
117+
$ yarn run test
118118
```
119119

120120
If you want you can run specific tests:
121121
```bash
122-
yarn run mocha
123-
yarn run cucumber
122+
$ yarn run mocha
123+
$ yarn run cucumber
124124
```
125125

126126

0 commit comments

Comments
 (0)