maxcell / prince-tests-clerk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:MIT License


Languages

Language:JavaScript 71.2%Language:CSS 28.8%