Personal portfolio site. Live at: https://sahilcode17.github.io/DevProfile/
- React 18 + Vite
- Tailwind CSS (custom warm-dark palette)
- Framer Motion (animations)
- Lucide React (icons)
npm install
npm run devnpm run build # outputs to dist/
npm run deploy # publishes dist/ to gh-pages branchOr push to main and let the gh-pages script handle it.
src/
├── App.jsx
├── main.jsx
├── index.css
├── data/ # Static content (experience, projects, skills, etc.)
└── components/ # Section components