First, run the development server:
npm i
npm run dev
olivia-contact-form requires a POST request with name
, email
and message
.
It also sends an email.
cd functions
wrangler dev src/index.ts # run dev
wrangler publish
- add rate limiting and/or captcha to form
npm run lint