Personal portfolio website showcasing Full Stack Developer skills and projects.
- Next.js 15.3.3 - React framework
- React 19 - UI library
- TypeScript - Type safety
- Tailwind CSS 3.4 - Styling framework
- Framer Motion 12.18.1 - Animations
- React Icons 5.5.0 - Icon components
- Lucide React - Additional icons
- ESLint 9 - Code linting
- PostCSS 8.5.6 - CSS processing
- Autoprefixer 10.4.21 - CSS vendor prefixes
- GitHub Pages - Static hosting
- GitHub Actions - CI/CD pipeline
- Custom Domain - sametdulger.dev
# Clone repository
git clone https://github.com/SametDulger/sametdulger.dev.git
# Install dependencies
npm install
# Run development server
npm run dev
# Build for production
npm run build
# Deploy to GitHub Pages
npm run deploy
npm run dev
- Start development servernpm run build
- Build for productionnpm run start
- Start production servernpm run lint
- Run ESLintnpm run export
- Export static filesnpm run deploy
- Deploy to GitHub Pages