refactor: reorganize repo docs and tooling layout
Consolidate the repository into clearer apps, tools, and layered docs areas so contributors can navigate and maintain it more reliably. Align validation, metadata sync, and CI around the same canonical workflow to reduce drift across local checks and GitHub Actions.
This commit is contained in:
4
apps/web-app/.env.example
Normal file
4
apps/web-app/.env.example
Normal file
@@ -0,0 +1,4 @@
|
||||
# Supabase Configuration
|
||||
# Get these values from your Supabase project settings
|
||||
VITE_SUPABASE_URL=https://your-project.supabase.co
|
||||
VITE_SUPABASE_ANON_KEY=your-anon-key-here
|
||||
Reference in New Issue
Block a user