Skip to content

beardsleym/olivia

Repository files navigation

Getting Started

First, run the development server:

npm i
npm run dev

Deploy on Netlify

Contact Form on Cloudflare Workers

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

Todo

  • add rate limiting and/or captcha to form

Lint

npm run lint