Skip to content

Commit cdf8c24

Browse files
committed
Added a local build script
1 parent 5e849f7 commit cdf8c24

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

gitbook-build-run-local.cmd

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
REM npm install -g gitbook-cli
2+
REM npm install -g serve
3+
4+
call gitbook install
5+
6+
call gitbook build . --log=debug --debug
7+
8+
start serve _book
9+
10+
start "" http://127.0.0.1:5000
11+
12+
pause

0 commit comments

Comments
 (0)