Installation steps
- Cloning Codebase: Use
git clone https://github.com/unit-mesh/autodev-workbench.git
command - Installation of dependencies:进入项目目录后运行
npm install
Installation of dependencies - Configuration environment: Modification
settings.json
配置文件,设置语言模型API密钥 - Running Projects: Implementation
npm start
Launch platform
可选Docker部署
使用Docker命令:docker build -t autodev-workbench .
构建镜像,然后运行docker run -p 8080:8080 autodev-workbench
Launch Container
This answer comes from the articleAutoDev Workbench: an AI-native platform that accelerates software developmentThe