Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.65 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.65 KB

OpenCollab

To showcase your innovations and empower developer tools across the web!

Set Up Social Login (OAuth)

To enable social login features, follow the guides below for each platform:

  • GitHub login: Simply configure your Supabase settings. For detailed instructions, refer to the Supabase GitHub OAuth Guide - you need only to configure Supabase
  • Google login: Follow the steps outlined in the Supabase Google OAuth Guide
  • More Providers: For a complete list of all available social login methods, consult the Supabase Social Login documentation

These guides will walk you through the necessary configurations for enabling OAuth-based social logins.

Launch the app

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.