npm install -g pnpmgit clone https://github.com/stackblitz-labs/bolt.diy.gitcd bolt.diypnpm installCopy the example environment file and add your API keys:
cp .env.example .env.localEdit .env.local and add your API keys. You can also configure keys through the Settings panel in the UI.
pnpm run buildpnpm run startpnpm run devTo run all 3 specialized agents (Frontend, Backend, Fullstack) simultaneously:
bash start-agents.sh startdocker build -t mxbolt .docker compose -f docker-compose.agents.yaml up -d