/Nextjs-Clerk

Intergrating Nextjs and Clerk

Primary LanguageJavaScript

Clerk Nextjs 13 Deep Dive

This is a deep dive into Clerk.com and Nextjs

Authors

Documentation

Nextjs Documentation

Clerk Documentatio

Blog Article

Demo

Final Application Demo

Environment Variables

To run this project, you will need to add the following clerk environment variables to your .env file

NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=Your Publishable Key CLERK_SECRET_KEY=Your Clerk Secret Key

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev