From b5a8a9a4fc09c13e30489839f4c05cf12b79f8cf Mon Sep 17 00:00:00 2001 From: sirlilpanda Date: Fri, 22 May 2026 09:21:49 +1200 Subject: [PATCH] added the deploy command so i dont forget it --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 30871bc..74d2416 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,9 @@ All commands are run from the root of the project, from a terminal: | `npm run preview` | Preview your build locally, before deploying | | `npm run astro ...` | Run CLI commands like `astro add`, `astro check` | | `npm run astro -- --help` | Get help using the Astro CLI | + + +## to deploy to cloudflare: +``` +npx astro build && npx wrangler deploy +```