- Create CLAUDE.md for GuidePage directory with architecture docs - Create CLAUDE.md index for pages/ directory Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
815 B
815 B
frontend/src/pages/
Page-level components and routing targets.
Files
| File | What | When to read |
|---|---|---|
HomePage.tsx |
Public landing page (Home, Features, About, Guide, Sign Up, Login) | Modifying public site |
SettingsPage.tsx |
Settings page component | User settings |
SecuritySettingsPage.tsx |
Security settings page | Security/privacy settings |
Subdirectories
| Directory | What | When to read |
|---|---|---|
GuidePage/ |
Public user guide at /guide (10 sections, TOC, screenshots) |
Guide content or structure |
HomePage/ |
HomePage sub-components (HeroCarousel, FeaturesGrid) | Landing page features |
admin/ |
Admin-only pages | Admin functionality |
__tests__/ |
Page-level integration tests | Testing pages |