Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

License

NotificationsYou must be signed in to change notification settings

alt8d360/clerk-netlify-template

Repository files navigation

Clerk site Image

Learn more aboutClerk.

What's in the stack


Getting Started

Clone Repo

  • Select the "Use This Template" button at the top right-hand corner of this repo.Screen Shot 2022-11-01 at 12 54 19 PM

  • Clone the new repository

    git clone<repo url>

Create Clerk Account + New Application

  • If you don't already have an account with Clerk you can easily set one up with just a few stepshere. Once your account is created you should be prompted to create a new application, you will need to add a name for your new app and can keep the pre-selected settings under 'Standard Authentication' and 'Connected Accounts'. You will then be sent to the Application dashboard, which you will need to go back to when deploying your new site.

Development

  • Install all dependencies & theNetlify CLI:

    npm installnpm install netlify-cli -g
  • Create or connect to your Netlify project by running through the Netlifyinit script. This will walk you through the process of setting up and deploying your site on Netlify:

    netlify init
  • For the Environment variables the API and JWT keys will be located under Developers > API Keys within the Clerk dashboard. Add yourClerk environment variables to a.env file like.env.local.sample file or through the Netlify project dashboard athttps://app.netlify.com/ Site settings/Build & deploy/Environment:

    NEXT_PUBLIC_CLERK_FRONTEND_API="" CLERK_API_KEY=""CLERK_JWT_KEY=""

    🚨 Once you've added in the environment variables, you will need to go to the 'Deploy' tab within your Netlify Dashboard and trigger a new deploy.

  • Start dev server (This starts your app in development mode, rebuilding assets on file changes.):

    npm run devornetlify dev

Your new site should now be up and running!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors4

  •  
  •  
  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp