This is a deep dive into Clerk.com and Nextjs
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.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev