File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ The project follows a clean, layered architecture for maximum maintainability:
5959├── app/ # Next.js App Router (Routes and Pages)
6060├── components/ # UI Library and Feature-specific components
6161│ ├── features/ # Complex business logic components
62- │ └── ui/ # Atomic, reusable Radix -based components
62+ │ └── ui/ # Atomic, reusable shadcn/ui -based components
6363├── hooks/ # Custom React hooks (Data fetching & Logic)
6464├── lib/ # Core configurations (Supabase, Contexts)
6565├── services/ # External API integrations (Google, Payments)
@@ -74,7 +74,7 @@ The project follows a clean, layered architecture for maximum maintainability:
7474- Node.js (Latest LTS)
7575- pnpm (Recommended)
7676- Supabase Project
77- - Google Cloud Console credentials (for Calendar integration)
77+ - Google Apps Script (for Calendar integration)
7878
7979### Installation
8080
You can’t perform that action at this time.
0 commit comments