# deepchat-web **Repository Path**: noday/deepchat-web ## Basic Information - **Project Name**: deepchat-web - **Description**: No description available - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-27 - **Last Updated**: 2026-01-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README **[deepchat](https://gitee.com/noday/deepchat)的前端项目** ### 运行 ``` npm config set registry https://registry.npmmirror.com npm install -g pnpm # 安装依赖 pnpm install # 启动服务,公网api npm run dev-server # 启动服务 npm run dev ```