# teedoc.gitee.io **Repository Path**: drebander/teedoc.gitee.io ## Basic Information - **Project Name**: teedoc.gitee.io - **Description**: teedoc 文档源码 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: https://teedoc.gitee.io - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 5 - **Created**: 2024-10-21 - **Last Updated**: 2024-10-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README teedoc official website ===== visit: [teedoc.neucrack.com](https://teedoc.neucrack.com/) or [teedoc.github.io](https://teedoc.github.io) ## build locally * Install Python3 first ``` sudo apt install python3 python3-pip ``` * Install teedoc ``` pip3 install teedoc ``` * Get site source files ``` git clone https://github.com/teedoc/teedoc.github.io my_site ``` 或者 ``` git clone https://github.com/teedoc/teedoc.gitee.io my_site ``` * Install plugins ``` cd my_site teedoc install ``` * build and serve ``` teedoc build teedoc serve ``` then visit [http://127.0.0.1:2333](http://127.0.0.1:2333)