A modern, responsive portfolio website built with React, Vite, and Tailwind CSS.
- Clone the repository:
git clone https://github.com/darkboy0p/darkboy0p.github.io.git
cd darkboy0p.github.io- Install dependencies:
npm install- Run the dev server:
npm run dev- Build for production:
npm run build- React 18
- Vite
- Tailwind CSS
- lucide-react (icons)
Pushing to main triggers the GitHub Actions workflow in .github/workflows/deploy.yml,
which builds the site and publishes it to GitHub Pages automatically.