This repository shows how to use Clerk with React.
- Sign up for a Clerk account at https://clerk.dev
- Fork and/or clone this repository
- Install dependencies:
npm install
- Add your "Publishable Key" (found on API Keys) to a file called
.env.local
:
echo "VITE_CLERK_PUBLISHABLE_KEY=CLERK_PUBLISHABLE_KEY" >> .env.local
- Run the app:
npm run dev
If you need support or have anything you would like to ask, please reach out in our Discord channel. We'd love to chat!