- Uses NextJS V13
- App dir
- Clerk for auth
- Prisma ORM
- Cockroach DB
- Allows only admins to write blogs
- Allows you to set if anyone can read blog or if only logged in people can.
- Dashboard
- Read blogs
- Image uploads
- Clone the repo
- Run
npm install
#or
yarn install
#or
pnpm installto install the dependencies
- Create a
.envand populate with the data from.env.example - Run
npm run dev
# or
yarn dev
# or
pnpm devto start the dev server
The easiest way to deploy this is on vercel.