Skip to content

Commit

Permalink
Document how to setup oauth id (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
chennisden authored Jun 1, 2024
1 parent 5d7d95e commit 876f4af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ npm run format

#### Environment Variables

You will need to set `REACT_APP_GOOGLE_CLIENT_ID`. To do this, create a `.env.local` file in the `frontend` directory and add the following line:
You will need to set `REACT_APP_GOOGLE_CLIENT_ID`. To do this, first create a Google client id (see [this LogRocket post](https://blog.logrocket.com/guide-adding-google-login-react-app/)). Then create a `.env.local` file in the `frontend` directory and add the following line:

```
REACT_APP_GOOGLE_CLIENT_ID=your-client-id
Expand Down

0 comments on commit 876f4af

Please sign in to comment.