GitXplorerGitXplorer
t

clerk-test

public
1 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
cf65227b3217dea7c9793675b6255abb18a5e50d

Merge pull request #1 from taty2010/adding-toml

ttaty2010 committed 2 years ago
Unverified
c8660572a154bfb4c50577e6fe71c6501af439c8

added netlify toml

ttaty2010 committed 2 years ago
Verified
03964f6e7030a428ab297319b0de65366399befb

Initial commit

ttaty2010 committed 2 years ago

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.