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