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
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev