Premium Model United Nations conference website.
- Vanilla JS, CSS3, HTML5
- Vite build system
- Supabase backend for registrations & Secretariat applications
- xAI Grok integrated AI Assistant
- Multi-step forms
- Supabase Auth-protected Admin Dashboard
- Run
schema.sqlandsupabase_setup.sqlin your Supabase SQL editor. - Run
supabase_security_fix.sqlto apply security fixes and restrict RLS policies. - Run
supabase_secretariat_setup.sqlto set up the Secretariat applications tables and storage buckets. - Go to your Supabase Dashboard -> Authentication -> Users -> Add User. Create a user (e.g.
admin@nirmaan.org) and set a strong password. You will use this email and password to log in to the admin dashboard.