Install dependencies:
npm installCreate a .env file with:
VITE_RECAPTCHA_V3_SITE_KEY=...
VITE_EMAILJS_SERVICE_ID=...
VITE_EMAILJS_TEMPLATE_ID=...
VITE_EMAILJS_PUBLIC_KEY=...Run a local dev server:
npm run devBuild static assets:
npm run buildPreview the production bundle locally:
npm run preview