development
Development Documentation
Setup, workflow, and development processes for Reaction.
Navigation
Getting Started
- Current State - Authoritative source for project decisions and current state
- Getting Started - Project setup and first build
- Development Principles - Core values and guidelines for contributors
- Documentation Structure - How to organize and navigate documentation
- Building Documentation - Export and deploy documentation to GitHub Pages
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.