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 +```