A modern, responsive CV/resume website built with SvelteKit, TypeScript, and TailwindCSS.
# Install dependencies
npm install
# Start development server
npm run dev
npm 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 CVThis project is configured for deployment on Vercel using the @sveltejs/adapter-vercel.