From 40ad9805b6f128b7e99fa72111141d90135a8a00 Mon Sep 17 00:00:00 2001 From: Jan Prochazka Date: Thu, 30 Dec 2021 11:18:37 +0100 Subject: [PATCH] docs --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b14b45c27..666ceedec 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ If you want more control, run WEB application: yarn # install NPM packages ``` -And than run 3 terminals: +And than run following 3 commands concurrently in 3 terminals: ``` yarn start:api # run API on port 3000 yarn start:web # run web on port 5000 @@ -135,10 +135,10 @@ cd app yarn # install NPM packages for electron ``` -And than run 3 terminals: +And than run following 3 commands concurrently in 3 terminals: ``` yarn start:web # run web on port 5000 (only static JS and HTML files) -yarn lib # watch typescript libraries and plugins modifications in third terminal +yarn lib # watch typescript libraries and plugins modifications yarn start:app # run electron app ```