An open API service indexing awesome lists of open source software.

https://github.com/devjubayr/next-auth-demo


https://github.com/devjubayr/next-auth-demo

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

          

# Next Auth with Next.js

1. Clone the repository:

```bash
git clone
```

2. Checkout your directory -> cd example-folder

3. Install dependencies

```bash
npm install
```

4. Run the commend and start server on your machine:

```bash
npm run dev
```