git clone https://github.com/Vitalcheffe/agentforge.git
cd agentforge
npm install
cp .env.example .env
npm startsrc/components/— React UI componentssrc/lib/— API client, constants, utilitiessrc/styles/— CSSserver/— Express backend
Use conventional commits:
feat: add new pipeline mode
fix: correct API proxy routing
docs: update README
chore: add tests
- Fork the repo
- Create a branch
- Make changes
- Open a PR