aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md11
1 files changed, 2 insertions, 9 deletions
diff --git a/README.md b/README.md
index 700df2ac2..10483abe5 100644
--- a/README.md
+++ b/README.md
@@ -189,17 +189,10 @@ $ npm run rebuild
189 189
190### Start development app 190### Start development app
191 191
192Run these two commands **simultaneously** in different terminals: 192We use [misty](https://github.com/adlk/misty) (see [misty.yml](https://github.com/getferdi/ferdi/blob/develop/misty.yml)) and [debug](https://github.com/visionmedia/debug):
193 193
194```bash 194```bash
195$ npm run dev 195$ DEBUG=Ferdi:* npx misty
196$ npm run start
197```
198
199Optionally, you can run both commands in one terminal with [misty](https://github.com/adlk/misty) (see [misty.yml](https://github.com/getferdi/ferdi/blob/develop/misty.yml)):
200
201```bash
202$ npx misty
203``` 196```
204 197
205Be aware that the development database will be reset regularly. 198Be aware that the development database will be reset regularly.