# Community-document **Repository Path**: quecpython/Community-document ## Basic Information - **Project Name**: Community-document - **Description**: QuecPython 文档中心源文件 - **Primary Language**: Python - **License**: MIT - **Default Branch**: develop - **Homepage**: https://python.quectel.com/doc/ - **GVP Project**: No ## Statistics - **Stars**: 10 - **Forks**: 19 - **Created**: 2021-03-17 - **Last Updated**: 2024-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: Doc ## README teedoc official website ===== visit: [teedoc.github.io](https://teedoc.github.io) ## build locally * Install teedoc ``` pip3 install teedoc ``` * Get site source files ``` git clone https://github.com/teedoc/teedoc.github.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)