Skip to content

cima-alfa/next-cms

Repository files navigation

Getting Started

Install dependencies

pnpm i

Copy the .env.local.example file and rename it to .env.local

Change the prisma database url.

Setup database:

pnpm prisma:generate
pnpm prisma:db:push

Run the development server:

pnpm dev

Open http://localhost:3000 with your browser to see the result.