From b1ca528dc164e50acca70579fa7332f052ef7c8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Miguel=C3=A1=C3=B1ez?= Date: Tue, 20 Aug 2024 18:33:11 +0200 Subject: [PATCH] this next push tho --- README.md | 7 ++++--- wrangler.toml => wrangler.template.toml | 0 2 files changed, 4 insertions(+), 3 deletions(-) rename wrangler.toml => wrangler.template.toml (100%) diff --git a/README.md b/README.md index 6571eaf..c05c8bb 100644 --- a/README.md +++ b/README.md @@ -112,9 +112,10 @@ To run this project locally: 1. Install [wrangler](https://developers.cloudflare.com/workers/cli-wrangler/install-update) 2. Clone this repository -3. Run `wrangler dev` in the project directory to start a local development server -4. Make your changes and test them locally -5. Deploy your changes using `wrangler publish` +3. Rename `wrangler.template.toml` to `wrangler.toml` and replace the `account_id` with your Cloudflare account ID +4. Run `wrangler dev` in the project directory to start a local development server +5. Make your changes and test them locally +6. Deploy your changes using `wrangler publish` ## Support diff --git a/wrangler.toml b/wrangler.template.toml similarity index 100% rename from wrangler.toml rename to wrangler.template.toml