Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 350 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 350 Bytes

Auth Demo

Install

git clone https://github.com/vinay-google/auth-demo.git
cd auth-demo
npm install

Configure

Create the OAuth web client ID

Add the CLIENT_ID to the .env file

echo "VITE_CLIENT_ID={CLIENT_ID}" >> .env

Run

npm run dev