https://github.com/codybontecou/clerk-nextjs-hotsprings
https://github.com/codybontecou/clerk-nextjs-hotsprings
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codybontecou/clerk-nextjs-hotsprings
- Owner: CodyBontecou
- Created: 2021-07-31T02:28:38.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-31T02:28:52.000Z (almost 4 years ago)
- Last Synced: 2024-12-29T10:33:50.501Z (5 months ago)
- Language: JavaScript
- Homepage: clerk-nextjs-hotsprings.vercel.app
- Size: 56.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Clerk - Next.js starter repository
This repository shows an example about how to add user authenticating to your Next.js application using [Clerk](https://www.clerk.dev/?utm_source=github&utm_medium=starter_repos&utm_campaign=nextjs_starter).
## Running the starter
You have two option to run the starter, we recommend the one click deployment with Vercel. This way, environment variables are set up for you automatically and it's a much easier experience.
### Option 1 - One click deployment with Vercel
You can use the following deployment button from Vercel. For more detailed read our [official step by step guide](https://clerk.dev/blog/clerk-vercel-one-click-deployment?utm_source=github&utm_medium=starter_repos&utm_campaign=nextjs_starter).
[](https://vercel.com/new/git/external?repository-url=https://github.com/clerkinc/clerk-nextjs-starter&integration-ids=oac_7uYNbc9CdDAZmNqbt3LEkO3a&external-id=starter)
### Option 2 - Run manually
To run the example locally you need to:
1. Click [**"Use this template"**](https://github.com/clerkinc/clerk-nextjs-starter/generate) to create a copy of this repository on your GitHub account.
2. Clone your repository.
3. Sign up at [Clerk.dev](https://www.clerk.dev/?utm_source=github&utm_medium=starter_repos&utm_campaign=nextjs_starter).
4. Go to [Clerk's dashboard](https://dashboard.clerk.dev/?utm_source=github&utm_medium=starter_repos&utm_campaign=nextjs_starter) and create an application.
5. Setup the required Clerk Frontend API variable from your Clerk project as shown at [the example env file](./.env.local.sample).
6. `yarn` to install the required dependencies.
7. `yarn dev` to launch the development server.## Contact
If you have any specific use case or anything you would like to ask, you can contact us through our [support page](https://www.clerk.dev/support?utm_source=github&utm_medium=starter_repos&utm_campaign=nextjs_starter)