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/agentheroesStep 2
Install the project with pnpm
pnpm installStep 3
Copy .env.example to .env and configure it
cp .env.example .envStep 4
Run the project
pnpm run devYou can now access the frontend on port 4200.
Last updated on