Skip to content

musebe/Nextjs-Clerk

Repository files navigation

Clerk Nextjs 13 Deep Dive

This is a deep dive into Clerk.com and Nextjs

Authors

Documentation

Nextjs Documentation

Clerk Documentation

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

You can obtain your Clerk publishable and secret keys by signing up for a free account at Clerk.com.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Releases

No releases published

Packages

No packages published