First, clone repository:
git clone https://github.com/DaliGabriel/NextAuthExample.git
Second, clone repository:
cd NextAuthExample/
Third, Install dependency:
npm install
Fourth, run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
Copy the .env.example file in this directory to .env (which will be ignored by Git):
cp .env.example .env
Add details providers (Google, GitHub), and your next auth url base for example: http://localhost:3000.