KO
|
EN
gitlite โ search
Search
#java
#nodejs
#python
#atom
#php
#build
#docker
#rust
#csharp
#android
#golang
#logging
clerk-app
โ 71
Open GitHub โ
Next.js app with Clerk authentication
Download README (.md)
Explore Similar Repositories
ninjachefs
:
Web application that leverages generative AI to simplify online recipe sharing ๐งโ๐ณ๐ฝ๏ธ
InstantAI
:
AI Powered Image Generator App. Still under development
organizations-demo
:
No description available.
modern-chat-app
:
Real-time multi-user chat app built with React Native, Expo, Clerk, and Appwrite.
skills
:
AI Skills to enhance working with Clerk
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
clerk-app
?
Download (.md)
# Clerk Authentication App This is an example of a Next.js app that uses [Clerk](https://clerk.com) for authentication and user management. This project goes along with my [YouTube Tutorial](). ## Usage Go to your https://clerk.com dashboard and click on `Developer->API Keys` to copy your keys. Create a file named `.env.local` and add the following: ``` NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=YOUR KEY CLERK_SECRET_KEY=YOUR KEY ``` Install the dependencies: ```bash npm install ``` Run the development server: ```bash npm run dev ``` Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.