Skip to content

Latest commit

 

History

History
50 lines (29 loc) · 891 Bytes

README.md

File metadata and controls

50 lines (29 loc) · 891 Bytes

This is a teedoc repo converted from gitbook repo

Converted from re0-web

To learn how to build a teedoc project from gitbook project , visit: gitbook 转 teedoc or gitbook to teedoc

visit: teedoc.github.io/re0-web-teedoc

build locally

  • Install teedoc
pip3 install teedoc
  • Get site source files
git clone https://github.com/teedoc/re0-web-teedoc re0-web-teedoc
  • Install plugins
cd re0-web-teedoc
teedoc install
  • build or serve

build and serve locally:

teedoc serve

then visit http://127.0.0.1:2333

only build:

teedoc build