본문으로 건너뛰기

Development Documentation

This directory contains technical documentation for developers working on the AI Korean Translation Library project.

Contents

color-system.md

Comprehensive documentation of the color system used throughout the project, including:

  • Global color variables for light and dark modes
  • The 6 available theme color palettes
  • Component-specific color implementations
  • Dark mode overrides and guidelines
  • Color contrast and accessibility requirements

Contributing

When adding new technical documentation:

  1. Create a new markdown file in this directory
  2. Use descriptive file names with kebab-case (e.g., api-guidelines.md)
  3. Add a brief description to this README
  4. Follow the markdown style used in existing documentation
  5. Include practical examples where applicable
  • CLAUDE.md - AI assistant guidance for the codebase (see project root)
  • README.md - Main project documentation (see project root)
  • NETLIFY_DEPLOYMENT.md - Deployment instructions (see project root)