From 90a76c5dc32c9b306eef87db073433fc7cb61b1b Mon Sep 17 00:00:00 2001 From: oweitman Date: Thu, 13 Jun 2024 18:00:47 +0200 Subject: [PATCH] fix start command --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index aeefa7df..6e3478a7 100644 --- a/README.md +++ b/README.md @@ -279,6 +279,10 @@ npm run install-monorepo 5. to start the editor in the browser please execute the following command +``` +npm run start +``` + - Debugging is available in the browser e.g. chrome F12 - if you change a file, automatic reload of the editor is supported