This repository contains the Luxury Heritage website MVP built with Next.js 14 (App Router) and configured for deployment on Vercel.
-
Install dependencies with pnpm:
pnpm install
-
Copy
.env.example
to.env.local
and populate the required Shopify and Supabase credentials. -
Run the local development server:
pnpm dev
The storefront is available at http://localhost:3000.
tools/scripts/run-vercel-preview.sh
: Automates building and deploying the Next.js app to a Vercel preview for end-to-end testing.