CROP
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

Usage

  • Keep product docs in this folder (sub-directories encouraged for structure).
  • When adding a new feature, create a docs/<area>/<feature>.md entry and link it here.
  • Folder-level READMEs inside components/, data/, etc. are no longer allowed—link back to this index instead.

Updating the docs

  1. Make a focused change alongside the feature code.
  2. Run bun run lint to ensure markdown linting (Biome) passes.
  3. Mention the doc updates in your PR description.

The root README.md now only summarizes quick-start steps; the living documentation stays here.

On this page