website

Soul Aerospace Website

Marketing site for Soul Aerospace. Static HTML/CSS/JS in public/, deployed on Cloudflare Pages, with a Pages Function in functions/ for the contact form.

Local preview

python3 -m http.server 4321 --directory public

Then open http://localhost:4321.

Environment Setup

  1. Create a .dev.vars file
    • Add your development environment variables to .dev.vars in the project root.
  2. Upload production environment variables
    • Upload secrets from .prod.vars:
     npx wrangler secret bulk .prod.vars
    

Development

Functions