GitXplorerGitXplorer
t

clerk-test

public
1 stars
0 forks
0 issues

Commits

List of commits on branch main.

No commits found

There are no commits on branch main.

README

The README file for this repository.

Clerk template

Clerk site Image

Learn more about Clerk.

What's in the stack


Development

  • Install all dependencies & the Netlify CLI:

    npm install
    npm install netlify-cli -g
  • Create or connect to your Netlify project by running through the Netlify init script:

    netlify init
  • Add your Clerk environment variables to a .env file like .env.local.sample file or through the Netlify project dashboard at https://app.netlify.com/ Site settings/Build & deploy/Environment:

    NEXT_PUBLIC_CLERK_FRONTEND_API=""
    CLERK_API_KEY=""
    CLERK_JWT_KEY=""
    
  • Start dev server:

    npm run dev

This starts your app in development mode, rebuilding assets on file changes.