Skip to content

gcascio/next-clerk-localization-demo

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First add the necessary env variables to .env.local:

NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=​pk_test_d2hvbGUtZmx5LTU4LmNsZXJrLmFjY291bnRzLmRldiQ​
NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in
NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up
NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=/
NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=/

CLERK_SECRET_KEY=​sk_test_••••••••••••••••••••••••••••••••••​

Then, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published