Development
Docker compose it’s the easiest way to install Agent Heroes on your computer.
⚠️
Please be advised that when saving files to local system
You might encounter problems when the project run locally because pictures can’t be accessed publicly.
For development it’s recommended to use cloudflare
Step 1
Simply clone Agent Heroes to your computer by running:
git clone https://github.com/agentheroes/agentheroes
Step 2
Install the project with pnpm
pnpm install
Step 3
Copy .env.example to .env and configure it
cp .env.example .env
Step 4
Run the project
pnpm run dev
You can now access the frontend on port 4200.
Last updated on