Automatically synced with your v0.dev deployments
This repository will stay in sync with your deployed chats on v0.dev. Any changes you make to your deployed app will be automatically pushed to this repository from v0.dev.
Your project is live at:
https://vercel.com/chrisbelgrave-gmailcoms-projects/v0-agency-timesheet-tool
Continue building your app on:
https://v0.dev/chat/projects/lyycPIJdhiD
- Create and modify your project using v0.dev
- Deploy your chats from the v0 interface
- Changes are automatically pushed to this repository
- Vercel deploys the latest version from this repository
Copy .env.example to .env and provide values for the following keys:
NEXT_PUBLIC_SUPABASE_URL– your Supabase project URLNEXT_PUBLIC_SUPABASE_ANON_KEY– the public anon keyOPENAI_API_KEY– API key for OpenAISUPABASE_URL– server-side Supabase URL (usually the same as above)SUPABASE_ANON_KEY– server-side anon keySUPABASE_SERVICE_ROLE_KEY– service role key used by scriptsTEST_USER_EMAILandTEST_USER_PASSWORD– credentials for the onboarding script
pnpm create-test-user– create a test account in Supabase using the environment variables above.pnpm test-supabase– verify connectivity to your Supabase instance.pnpm test– run the Vitest test suite.