- 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 install
to install the dependencies
- Create a
.env
and populate with the data from.env.example
- Run
npm run dev
# or
yarn dev
# or
pnpm dev
to start the dev server
The easiest way to deploy this is on vercel.