Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jgraph/drawio-desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaudenz Alder <alderg@users.noreply.github.com>2022-05-03 18:50:28 +0300
committerGaudenz Alder <alderg@users.noreply.github.com>2022-05-03 18:50:28 +0300
commit67daa6897858843e5cdbdcd03ff9bc8ef4763d8a (patch)
tree8ca3e4beee6e6b0007e18e9829232086070f66d0
parentff575bb609ceacec38eed037dd41d73d0dcda56d (diff)
Adds hint for debugging
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 967a575..57e69bd 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ To run this:
1. `npm install` (in the root directory of this repo)
2. `npm install` (in the drawio directory of this repo `drawio/src/main/webapp`)
3. export DRAWIO_ENV=dev if you want to develop/debug in dev mode.
-4. `npm start` _in the root directory of this repo_ runs the app.
+4. `npm start` _in the root directory of this repo_ runs the app. For debugging, use `npm start --enable-logging`.
To release:
1. Update the draw.io sub-module and push the change. Add version tag before pushing to origin.