@@ -39,7 +39,7 @@ Getting up and running is as easy as 1, 2, 3, 4 ... 5.
39
39
40
40
Run
41
41
``` sh
42
- cp config/local.example.json config/local.json
42
+ $ cp config/local.example.json config/local.json
43
43
```
44
44
45
45
5 . Setup local mailserver (optional)
@@ -74,6 +74,8 @@ Getting up and running is as easy as 1, 2, 3, 4 ... 5.
74
74
# or if you are on windows, run:
75
75
$ yarn run mongo:win
76
76
```
77
+ > ##### IMPORTANT for Windows users:
78
+ > - make sure you have mongo bin directory added to your PATH
77
79
78
80
Start the API server with the following commands:
79
81
``` bash
@@ -85,8 +87,6 @@ Getting up and running is as easy as 1, 2, 3, 4 ... 5.
85
87
$ NODE_ENV=production yarn start
86
88
```
87
89
88
- > ##### IMPORTANT for WIN users:
89
- > - make sure you have mongo bin directory added to your PATH
90
90
91
91
Now, your API should be running at [ http://localhost:3030 ] ( http://localhost:3030 ) .
92
92
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.
114
114
115
115
Run the entire test suite with:
116
116
``` bash
117
- yarn run test
117
+ $ yarn run test
118
118
```
119
119
120
120
If you want you can run specific tests:
121
121
``` bash
122
- yarn run mocha
123
- yarn run cucumber
122
+ $ yarn run mocha
123
+ $ yarn run cucumber
124
124
```
125
125
126
126
0 commit comments