Skip to content

Commit

Permalink
docs: add note on https fix (#2190)
Browse files Browse the repository at this point in the history
  • Loading branch information
dstaley authored Oct 18, 2023
1 parent 156bf8f commit d30e8bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ There are a few things you need to set up before you can begin developing in thi

This command will pull the development environment variables from the linked Vercel project and write them to a new file called `.env.local`.

4. Remove the line containing `VERCEL="1"` from `.env.local`.

This step is required to prevent the login flow from using HTTPS URLs.

Additionally, you can add a GitHub [Personal Access Token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token) to prevent running into GitHub's API rate limit for unauthenticated requests by adding `GITHUB_TOKEN` to your `.env.local`.

### Running The Project
Expand Down

1 comment on commit d30e8bc

@vercel
Copy link

@vercel vercel bot commented on d30e8bc Oct 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.