Skip to content
/ nextee Public template

Nextjs latest with Authjs, Prisma and tRPC, and Graphql integrations

Notifications You must be signed in to change notification settings

mitch1009/nextee

Repository files navigation

Nextee tools

nextee

Nextee Template Version

Getting Started

pnpm install
#  create env variables
#  copy .env.example to .env
AUTH_AZURE_AD_ID=
AUTH_AZURE_AD_SECRET=
AUTH_AZURE_AD_TENANT=
AUTH_SECRET=
AUTH_URL=
AUTH_GOOGLE_ID=
AUTH_GOOGLE_SECRET=
#  Run dev server
pnpm dev

Libraries