Skip to content

Chisomprince/next13-blog

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

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

This blog app uses next13, prisma and clerk for authentication

Getting started

  1. Create an account with clerk
  2. Setup database connection
  3. Set up env(check env.example)
  4. Run npm run dev

ADMIN URL

http://localhost:3000/admin This route is protected

TODO

Explain App logic