aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Amine Mouafik <amine@mouafik.fr>2020-03-04 04:28:03 +0100
committerLibravatar Amine Mouafik <amine@mouafik.fr>2020-03-04 04:28:03 +0100
commit2710c4570946e71e7f1233e56e0764fcb5bc117d (patch)
tree4979ad8d1e4f767f4df54e15cf9d9c122bb107ec /README.md
parentAdd support for unlocking with Touch ID (#423) (diff)
downloadferdium-app-2710c4570946e71e7f1233e56e0764fcb5bc117d.tar.gz
ferdium-app-2710c4570946e71e7f1233e56e0764fcb5bc117d.tar.zst
ferdium-app-2710c4570946e71e7f1233e56e0764fcb5bc117d.zip
Document starting dev app with misty and debug
Diffstat (limited to 'README.md')
-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.