← ClaudeAtlas

cloudflare-pageslisted

Use when deploying a static front end to Cloudflare Pages: publish a built static front end to Cloudflare Pages.
sarmakska/slipstream · ★ 1 · DevOps & Infrastructure · score 73
Install: claude install-skill sarmakska/slipstream
## Overview Publish a built static front end to Cloudflare Pages. ## Steps 1. Build the front end with `pnpm --dir {{appName}} build`. 2. Deploy with `pnpm exec wrangler pages deploy {{appName}}/dist --project-name {{pagesProject}}`. 3. Configure the custom domain in the Cloudflare dashboard. ## Verify Curl the deployed Pages URL and confirm a 200 status code.