CLI tool to scaffold Next.js with NextAuth.
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.
To run the project locally, follow these steps:
-
Install the dependencies:
npm install
-
Start the CLI tool:
npm start