ProjectsCROP Frontend
CROP Documentation
Centralized reference for the CROP front-end. Every guide below reflects the current Next.js 16 + React 19 implementation that powers the parts catalog...
CROP Documentation
Centralized reference for the CROP front-end. Every guide below reflects the current Next.js 16 + React 19 implementation that powers the parts catalog experience.
Table of contents
- Architecture overview
- Feature specs
- Component notes
- Data drops
- Tooling
- Testing & Quality
- Testing Strategy - Comprehensive testing guidelines
Usage
- Keep product docs in this folder (sub-directories encouraged for structure).
- When adding a new feature, create a
docs/<area>/<feature>.mdentry and link it here. - Folder-level READMEs inside
components/,data/, etc. are no longer allowed—link back to this index instead.
Updating the docs
- Make a focused change alongside the feature code.
- Run
bun run lintto ensure markdown linting (Biome) passes. - Mention the doc updates in your PR description.
The root README.md now only summarizes quick-start steps; the living documentation stays here.