Skip to content

Latest commit

 

History

History
executable file
·
36 lines (22 loc) · 443 Bytes

README.md

File metadata and controls

executable file
·
36 lines (22 loc) · 443 Bytes

sipeed wiki source code

visit: wiki.sipeed.com

build locally

  • Install teedoc
pip3 install teedoc --upgrade
  • Get site source files
git clone https://github.com/sipeed/sipeed_wiki
  • Install plugins
cd sipeed_wiki
teedoc install
  • build and serve locally
teedoc serve

then visit http://127.0.0.1:2333