Mannvriksh A personal freelance — built with React, Vite, and Tailwind CSS.
🛠 Tech Stack Category Tech Framework React 19 Bundler Vite 5 Styling Tailwind CSS 4 Icons Lucide React Contact Form EmailJS Deployment Netlify
📂 Project Structure Mannvriksh/ ├── public/ # Static assets ├── src/ # React components & pages ├── index.html # Entry HTML ├── vite.config.js # Vite configuration └── package.json
🚀 Getting Started bash# Clone the repo git clone https://github.com/Taran-G/Mannvriksh.git cd Mannvriksh
npm install
npm run dev Available Scripts CommandDescriptionnpm run devStart local dev servernpm run buildBuild for productionnpm run previewPreview production buildnpm run lintRun ESLint