# euler-copilot-witchaind-web **Repository Path**: openeuler/euler-copilot-witchaind-web ## Basic Information - **Project Name**: euler-copilot-witchaind-web - **Description**: The web frontend of EulerCopilot witChainD. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 12 - **Created**: 2025-01-22 - **Last Updated**: 2025-06-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: sig-intelligence ## README ## 项目启动 ```bash # 安装 pnpm npm install pnpm -g # 设置镜像源(可忽略) pnpm config set registry https://registry.npmmirror.com # 安装依赖 pnpm install # 启动运行 pnpm run dev ```