Skip to content

Commit

Permalink
Add note about production branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
benvinegar authored Dec 20, 2024
1 parent bb7605f commit a22ccde
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ If you don't have one already, [create a Cloudflare account here](https://dash.c
1. With your terminal, navigate to the folder containing the source files.
1. Run `npm install`
1. Run `npx wrangler pages project create counterscale` and create a new Pages project.
* _If this is your first time invoking `wrangler` on the terminal, you will be prompted to sign into your Cloudflare account._
1. You will be prompted to enter the "production branch name". Just use the default provided.
* _NOTE: If this is your first time invoking `wrangler` on the terminal, you will be prompted to sign into your Cloudflare account._
1. Run `npx wrangler pages secret put CF_BEARER_TOKEN` → when prompted, paste the API token you created
1. Run `npx wrangler pages secret put CF_ACCOUNT_ID` → when prompted, paste your Cloudflare Account ID
* Find your account ID by visiting Workers and Pages > Overview. It is displayed on the right hand side of the screen.
Expand Down

0 comments on commit a22ccde

Please sign in to comment.