Tech: Vite + React + Tailwind (TypeScript). Ready for Netlify or Vercel.
-
Install deps
npm i npm i -D @vitejs/plugin-react
-
Run locally
npm run dev
-
Build
npm run build
-
Preview build
npm run preview
- New Site from Git (or drag & drop the
dist/folder after build). - Build command:
npm run build - Publish directory:
dist
- Import project, select framework: Vite.
- Build command:
npm run build - Output directory:
dist
- Edit business info in
src/App.tsx(CONFIGobject). - Replace images in the
CONFIG.galleryarray with your own URLs.