Static portfolio site with a Vercel serverless contact API.
npm install
npm run devSet these in Vercel Project Settings > Environment Variables:
SMTP_HOST
SMTP_PORT
SMTP_USER
SMTP_PASS
MAIL_FROM
MAIL_TO
For Gmail, use an App Password for SMTP_PASS.
npm run deploy
npm run deploy:prod