git clone https://github.com/Devtools-Tech-Team/remix-run-social-authentication-example.git
cd remix-run-social-authentication-examplenpm itouch .envAdd NODE_ENV as development for now. Copy your GOOGLE_CLIENT_ID and GOOGLE_CLIENT_SECRET inside the .env file.
npm run dev