aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-11-08 21:05:57 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-11-08 21:05:57 +0800
commit2626b362948fcd8a3a5e9aa4e22b4de4587740ff (patch)
tree599efa35bfbf13c0284b1632e637deaf6dd4e6b2
parentb36d41d95b41835cf25a727f4f19ea479765ca00 (diff)
docs: update guide for dependencies
-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```