git clone https://github.com/vinay-google/auth-demo.git
cd auth-demo
npm install
Create the OAuth web client ID
Add the CLIENT_ID to the .env file
echo "VITE_CLIENT_ID={CLIENT_ID}" >> .env
npm run dev
git clone https://github.com/vinay-google/auth-demo.git
cd auth-demo
npm install
Create the OAuth web client ID
Add the CLIENT_ID to the .env file
echo "VITE_CLIENT_ID={CLIENT_ID}" >> .env
npm run dev