Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 872 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 872 Bytes

Bridg - NextJS + next-auth

Up and Running

This repository is for demonstration purposes. NextJS is not required to use Bridg. Bridg is compatible with any JS or TS frontend project.

  1. git clone https://github.com/JoeRoddy/bridg-example-next-with-auth.git and cd into directory

  2. npm install

  3. npm run generate

  4. Configure an OAuth provider for authentication with NextAuth.js.

    For Github, as an example:

  5. npm run dev