Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 468 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 468 Bytes

create-next-auth-app

CLI tool to scaffold Next.js with NextAuth.

Description

This tool helps you quickly set up a Next.js project with NextAuth for authentication. It supports multiple authentication providers like GitHub and Google, and optionally integrates with MongoDB.

Installation

To run the project locally, follow these steps:

  1. Install the dependencies:

    npm install
  2. Start the CLI tool:

    npm start