Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 580 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 580 Bytes

cf-contact-form

# Clone GitHub Repo
git clone https://github.com/kyouheicf/cf-contact-form && cd $(basename $_ .git)

# Create Pages project
wrangler pages project create cf-contact-form

Set your environment variables RECEIVER_EMAIL=test@example.comSENDER_EMAIL=sender@example.com at UI

image-20230309011113793

# Deploy Cloudflare Pages
# wrangler pages dev . 
wrangler pages publish .

# Open your working page
open https://cf-contact-form-xxx.pages.dev