This section covers everything you need to get started with ComponentForge.
- FAQ - Frequently asked questions
- Contributing Guide - How to contribute to the project
See the main README for installation instructions.
- Node.js 18+
- Python 3.11+
- Docker Desktop
- OpenAI API Key
# Install all dependencies
make install
# Start development environment
make dev
# Run all tests
make test- Read the FAQ for common questions
- Check out the Architecture to understand the system
- See Contributing Guide to start contributing