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:
- Create a new markdown file in this directory
- Use descriptive file names with kebab-case (e.g.,
api-guidelines.md
) - Add a brief description to this README
- Follow the markdown style used in existing documentation
- Include practical examples where applicable
Related Documentation
- 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)