development

Development Documentation

Setup, workflow, and development processes for Reaction.

Getting Started

Project Management

  • Task List - Auto-generated TODO items, warnings, and documentation status

Quick Start

Development Commands

npm install
npm run dev         # Development server
npm run test        # Test suite  
npm run build       # Production build
npm run lint        # ESLint
npm run format      # Prettier

Project Structure

  • Core types: src/core/types.ts
  • Spell types: src/spell-system/types.ts
  • Documentation: docs/
  • Architecture: docs/architecture/

Development Principles

Development Guidelines

See Development Principles for core values and Documentation Structure for information organization guidelines.