Skip to content

imsv1301/Sahil-auto-consult

Repository files navigation

Sahil Auto Consult — One-Page Site

Tech: Vite + React + Tailwind (TypeScript). Ready for Netlify or Vercel.

Quick start

  1. Install deps

    npm i
    npm i -D @vitejs/plugin-react
  2. Run locally

    npm run dev
  3. Build

    npm run build
  4. Preview build

    npm run preview

Deploy to Netlify

  • New Site from Git (or drag & drop the dist/ folder after build).
  • Build command: npm run build
  • Publish directory: dist

Deploy to Vercel

  • Import project, select framework: Vite.
  • Build command: npm run build
  • Output directory: dist

Customize

  • Edit business info in src/App.tsx (CONFIG object).
  • Replace images in the CONFIG.gallery array with your own URLs.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors