Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.09 KB

File metadata and controls

28 lines (18 loc) · 1.09 KB

Portal frontend — documentation index

Implementation lives in frontend/. Start with architecture.md for folder layout and dependency rules.

In this folder

Document Purpose
architecture.md Layers, routing, feature isolation
conventions.md Naming, KISS/DRY/SOLID, shadcn
frontend-engineer.md Workflow, aesthetics, self-review
shadcn/SKILL.md shadcn/ui contract and CLI

Stack (external)

Vite · React · TypeScript · Tailwind · shadcn/ui

Backend

Architecture · Usage · Code conventions

Cursor / shadcn skill install

npx skills add https://github.com/shadcn/ui --skill shadcn

The in-repo copy under shadcn/ remains the source of truth for this project.