A modern, responsive CV/resume website built with SvelteKit, TypeScript, and TailwindCSS.
- 🚀 Built with SvelteKit 5.0
- 💪 TypeScript for type safety
- 🎨 TailwindCSS for styling
- 📱 Fully responsive design
- 🖨️ PDF export functionality
- 🔍 ESLint + Prettier for code quality
- 🔄 Husky for Git hooks
- Node.js (Latest LTS version recommended)
- npm or yarn
# Install dependencies
npm install
# Start development server
npm run devnpm run dev- Start development servernpm run build- Build for productionnpm run preview- Preview production buildnpm run check- Type-check the codebasenpm run format- Format code with Prettiernpm run lint- Lint code with ESLintnpm run pdf- Generate PDF version of CV
This project is configured for deployment on Vercel using the @sveltejs/adapter-vercel.
- SvelteKit - Web framework
- TypeScript - Type safety
- TailwindCSS - Styling
- Lucide Icons - Icons
- date-fns - Date formatting
- Puppeteer - PDF generation
- ESLint & Prettier for code formatting
- Husky for Git hooks
- lint-staged for pre-commit checks