Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 794 Bytes

File metadata and controls

38 lines (25 loc) · 794 Bytes

Getting Started with ComponentForge

This section covers everything you need to get started with ComponentForge.

Contents

Quick Start

See the main README for installation instructions.

Prerequisites

  • Node.js 18+
  • Python 3.11+
  • Docker Desktop
  • OpenAI API Key

Installation

# Install all dependencies
make install

# Start development environment
make dev

# Run all tests
make test

Next Steps