Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 576 Bytes

File metadata and controls

36 lines (27 loc) · 576 Bytes

Contributing to AgentForge

Getting Started

git clone https://github.com/Vitalcheffe/agentforge.git
cd agentforge
npm install
cp .env.example .env
npm start

Project Structure

  • src/components/ — React UI components
  • src/lib/ — API client, constants, utilities
  • src/styles/ — CSS
  • server/ — Express backend

Commits

Use conventional commits:

feat: add new pipeline mode
fix: correct API proxy routing
docs: update README
chore: add tests

Pull Requests

  1. Fork the repo
  2. Create a branch
  3. Make changes
  4. Open a PR