Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 826 Bytes

File metadata and controls

25 lines (18 loc) · 826 Bytes

Welcome to your Stack Auth + Convex + Next.js app

This is a template for a new Stack Auth + Convex + Next.js app.

Getting started

  1. Clone the repository

    git clone https://github.com/stack-auth/convex-next-template.git
  2. Install dependencies

    cd convex-next-template
    npm install
  3. Register an account on Stack Auth, copy the keys from the dashboard, and paste them into the .env file

  4. Start the development server and go to http://localhost:3000

    npm run dev 
  5. Go to https://dashboard.convex.dev and select the project you just connected. Click "Settings", then "Environment Variables" and add your stack auth environment variables from step 3.