aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--DEVELOPING.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/DEVELOPING.md b/DEVELOPING.md
index 65052c5..7b5e420 100644
--- a/DEVELOPING.md
+++ b/DEVELOPING.md
@@ -14,6 +14,10 @@ To install the project dependencies, run
14# install dependencies 14# install dependencies
15npm install 15npm install
16 16
17# install dependencies for modules
18npm install --dir node_modules/plain-modal
19npm install --dir node_modules/plain-draggable
20
17# install linting and building tools 21# install linting and building tools
18npm install -g rollup standard 22npm install -g rollup standard
19``` 23```