Automatically synced with your v0.app deployments
This repository will stay in sync with your deployed chats on v0.app. Any changes you make to your deployed app will be automatically pushed to this repository from v0.app.
Your project is live at:
https://vercel.com/coles-projects-9e3181f8/v0-memorialqrwebsitecode-90(https://memorialsqr.com)
Continue building your app on:
https://v0.app/chat/projects/y6f7ywF0kMl
- Create and modify your project using v0.app
- Deploy your chats from the v0 interface
- Changes are automatically pushed to this repository
- Vercel deploys the latest version from this repository
- Copy
.env.exampleto.env.local - Fill in the Supabase, Stripe, Square, and Resend keys you actually use
- Install deps with
corepack pnpm install - Start dev with
NODE_ENV=development corepack pnpm dev
pnpm buildnow succeeds even if email credentials are missing, but checkout and data-backed flows still need their real environment variables at runtime.- Keep Stripe and Square in test or sandbox mode while validating checkout locally.