This repository has been archived on 2026-01-31. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
nextjs-auth0/README.md
2024-07-08 11:49:46 +02:00

410 B

Auth0 demo

Commands

Install vercel cli

yarn add -g vercel@latest

Link to vercel

yarn vercel:link

Pull env variables from vercel

yarn vercel:env

Push Prisma schema to vercel

yarn db:push

Generate Prisma client

yarn prisma:generate

Reset Prisma database

yarn db:reset

Run on Docker

docker-compose up --build