Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 929 Bytes

README.md

File metadata and controls

43 lines (26 loc) · 929 Bytes

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