# soui-docs **Repository Path**: setoutsoft/soui-docs ## Basic Information - **Project Name**: soui-docs - **Description**: soui5 文档仓库。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2025-08-25 - **Last Updated**: 2025-12-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SoUI 文档 [中文](./README-zh_CN.md) [English](./README.md) 欢迎来到soui的文档中心,目前还不完善,请提交pull request来帮助,感激不尽 ## 运行方法 ### 创建本地环境 - python3 -m venv .venv - source .venv/bin/activate ### 安装依赖 - pip install -r requirements.txt ### 构建并运行 - python scripts/docs.py build-all - python scripts/docs.py serve