Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 918 Bytes

File metadata and controls

33 lines (24 loc) · 918 Bytes

AI & Web Consulting — making the internet since 1997.

Stack

Scripts

npm start     # Dev server with HMR
npm run build # Production build
npm run upload # Deploy to R2

Worker

Contact form handler lives in worker/. Deploy with:

cd worker && npx wrangler deploy

Secrets (set via npx wrangler secret put):

  • TURNSTILE_SECRET_KEY
  • RESEND_API_KEY