We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c6e19c commit 6b83756Copy full SHA for 6b83756
1 file changed
test/start.cmd
@@ -2,12 +2,12 @@
2
@rem init : docsify init ./docs
3
@rem start : docsify serve docs
4
@rem
5
-
6
-docsify serve docs
7
+@rem docsify serve docs
8
9
@rem 파이썬으로 구동하는 방법 (node 필요 없음)
10
@rem cd test
11
-@rem python -m http.server 4000 (python 3 인 경우)
+@rem python -m http.server 4000 (python 3 인 경우) http://localhost:4000 으로 접속 가능
12
+cd test
+python -m http.server 4000
13
0 commit comments