aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Amine Mouafik <amine@mouafik.fr>2020-02-11 00:42:26 +0100
committerLibravatar Amine Mouafik <amine@mouafik.fr>2020-02-11 00:42:26 +0100
commitb27c939bce3368f4b5fec92dc6975a049728336b (patch)
treefa3c6f874c1e5f40ef3f960d03d447f2b513357c /README.md
parentUse npm start command in misty config (diff)
downloadferdium-app-b27c939bce3368f4b5fec92dc6975a049728336b.tar.gz
ferdium-app-b27c939bce3368f4b5fec92dc6975a049728336b.tar.zst
ferdium-app-b27c939bce3368f4b5fec92dc6975a049728336b.zip
Document misty usage to run development app
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 67bac2277..396a678ae 100644
--- a/README.md
+++ b/README.md
@@ -180,13 +180,19 @@ $ npm run rebuild
180 180
181### Start development app 181### Start development app
182 182
183Run these two commands **simultaneously** in different console tabs: 183Run these two commands **simultaneously** in different terminals:
184 184
185```bash 185```bash
186$ npm run dev 186$ npm run dev
187$ npm run start 187$ npm run start
188``` 188```
189 189
190Optionally, 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)):
191
192```bash
193$ npx misty
194```
195
190Be aware that the development database will be reset regularly. 196Be aware that the development database will be reset regularly.
191 197
192### Packaging 198### Packaging