diff options
-rw-r--r-- | DEVELOPING.md | 4 |
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 |
15 | npm install | 15 | npm install |
16 | 16 | ||
17 | # install dependencies for modules | ||
18 | npm install --dir node_modules/plain-modal | ||
19 | npm install --dir node_modules/plain-draggable | ||
20 | |||
17 | # install linting and building tools | 21 | # install linting and building tools |
18 | npm install -g rollup standard | 22 | npm install -g rollup standard |
19 | ``` | 23 | ``` |