initial commit

This commit is contained in:
2026-05-20 12:05:11 +05:30
commit f4dc2b6a5a
21 changed files with 4822 additions and 0 deletions

6
.env.example Normal file
View File

@@ -0,0 +1,6 @@
# Copy this file to .env.local and set the real value.
# NO `VITE_` prefix — the secret stays server-side and is never bundled.
HASURA_ADMIN_SECRET=your-hasura-admin-secret-here
# Optional production server port (defaults to 3000)
# PORT=3000