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

https://github.com/royanger/clerk-next-vercel


https://github.com/royanger/clerk-next-vercel

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

Before launching, create `.env.local` file:

```plain
NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in
NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up
NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=/sign-up-success
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=
```