Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 398 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 398 Bytes

Next Auth V5 with NextJS 14

Clone the repository and create .env file and copy all content from .env.example

Fill all the environment variable with appropriate value.

then, install dependencies & run the development server:

npm install
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

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