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 <gaudenz@jgraph.com>2018-01-04 15:13:50 +0300
committerGaudenz Alder <gaudenz@jgraph.com>2018-01-04 15:13:50 +0300
commitee461c6c1891055c7a2ac2387e1d3a8d0345e62a (patch)
tree704dd8d0112fb9eea9ca9ac7631e8b02afdb74d5 /README.md
parent358637f4385620e06e250a01bf37fa6371c3da66 (diff)
Adds dev environment install step
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 89c09be..190515d 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,7 @@ draw.io desktop app based on Electron
To run this:
1. npm install (in the root directory of this repo)
+2. npm install (in the draw.io directory of this repo)
2. export NODE_ENV=development
3. npm start