From 876f4af5d56c3c6d791af02029562ee9ff59999d Mon Sep 17 00:00:00 2001 From: Dennis Chen <41879777+chennisden@users.noreply.github.com> Date: Fri, 31 May 2024 17:55:45 -0700 Subject: [PATCH] Document how to setup oauth id (#33) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9925a0e..d1889ef3 100644 --- a/README.md +++ b/README.md @@ -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