This is a starter scaffold for Hand_2_Write — a platform connecting disabled students with verified writers.
- Register / Login (Supabase Auth)
- Profiles for Disabled students and Writers
- Add exam info (students)
- Select Writer (creates notification)
- Writer sees notifications and can Accept/Reject
- Supabase Realtime used for notifications (subscription)
- Install dependencies:
npm install
- Create a Supabase project at https://supabase.com and note your
SUPABASE_URLandSUPABASE_ANON_KEY. - Create the database tables using the provided
supabase_schema.sql. - Copy
.env.exampleto.envand fill your Supabase keys:VITE_SUPABASE_URL=https://your-project.supabase.co VITE_SUPABASE_ANON_KEY=your-anon-key - Run the dev server:
npm run dev