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.
python3 -m http.server 4321 --directory public
Then open http://localhost:4321.
.dev.vars file
.dev.vars in the project root..prod.vars: npx wrangler secret bulk .prod.vars
Start the Wrangler dev environment:
npx wrangler dev
Build functions for deployment:
npx wrangler pages functions build --outdir=./public
This compiles the functions and outputs them to ./public for deployment.