Installation steps
- Cloning Codebase: Use
git clone https://github.com/unit-mesh/autodev-workbench.gitcommand - Installation of dependencies: Go to the project directory and run
npm installInstallation of dependencies - Configuration environment: Modification
settings.jsonConfiguration file, set language model API key - Running Projects: Implementation
npm startLaunch platform
Optional Docker deployment
Use the Docker command:docker build -t autodev-workbench .Build the image and then rundocker run -p 8080:8080 autodev-workbenchLaunch Container
This answer comes from the articleAutoDev Workbench: an AI-native platform that accelerates software developmentThe































