Editorial portfolio and research landing page, deployed as a Cloudflare Workers application with Static Assets.
npm install
npm run dev
The Worker route at /api/contact sends mail through Resend. Configure:
RESEND_API_KEY as a Cloudflare secretCONTACT_TO_EMAIL as a Cloudflare environment variableCONTACT_FROM_EMAIL after verifying a sending domain in Resend (configured as contact@kridaydave.com)For local development, put these values in .dev.vars.
Connect the repository to a Cloudflare Workers Builds application, or run:
npm run deploy