My personal portfolio website hosted at https://hyadav2k.github.io/
- React
- TypeScript
- Vite
- Tailwind CSS
- GitHub Pages
To run this project locally:
# Install dependencies
npm install
# Start development server
npm run devThis website is automatically deployed to GitHub Pages when changes are pushed to the main branch. The deployment is handled by a GitHub Actions workflow.
If you prefer to deploy manually:
# Build the project
npm run build
# Deploy to GitHub Pages
git add dist -f
git commit -m "Deploy website"
git subtree push --prefix dist origin gh-pages- Edit content in
src/App.tsx - Modify styles in
src/index.cssand using Tailwind classes - Update metadata in
index.html