Static landing page made with html, js and css
Open index.html in a browser. No build step required.
npm install -g wranglerwrangler loginThis opens a browser window to log in to your Cloudflare account.
wrangler pages project create pagePick a production branch name when prompted (e.g. main).
From the repository root:
wrangler pages deploy . --project-name=pageWrangler uploads every file in the current directory. The site will be available at https://page.pages.dev (or the custom domain you configure in the Cloudflare dashboard).