A premium, bilingual (Arabic/English) restaurant ordering system built with Next.js, Supabase, and Lahza Payment Gateway.
Copy .env.example to .env.local and fill in your credentials:
cp .env.example .env.local
npm install
To initialize your database with the default menu, categories, and branches:
ADMIN_KEY in your .env.local.http://localhost:3000/api/seed?key=YOUR_ADMIN_KEYnpm run dev
.env or .env.local files to GitHub. They are listed in .gitignore by default..env.example to guide your production environment setup.SUPABASE_SERVICE_ROLE_KEY should ONLY be used in the .env file and never exposed in client-side code.