安装Claude Code UI需要完成以下步骤:
- cloning project: Use
git clone https://github.com/siteboon/claudecodeui.git
将项目复制到本地 - Access to the catalog: Implementation
cd claudecodeui
Go to the project folder - Installation of dependencies: Run
npm install
安装所需依赖包(推荐使用Node.js最新LTS版本) - Configuration environment:复制并编辑环境文件
cp .env.example .env
,设置端口号等参数 - launch an application: Implementation
npm run dev
Starting the Development Server
安装完成后,默认可以通过http://localhost:3001
访问。需要注意的是,出于安全考虑,所有功能默认禁用,需要手动开启。
This answer comes from the articleClaude Code UI: open source tool for managing code projects on mobile and webThe