A minimalist CV/resume site built with Vite, React, TypeScript, and Tailwind CSS.
# Install dependencies
npm i
# Start the dev server
npm run dev
# Build for production
npm run buildsrc/– application codepublic/– static assets
Build the project and deploy the generated dist/ folder to your preferred static hosting.