The Blogify is an open-source blogging template created with Next.js 15, TypeScript, a Rest API, Shadcn UI, and Tailwind CSS.
Check out the demo of the blogify template.
- Next.js
- Tailwind CSS
- TypeScript
- Rest API
- Shadcn UI
First, clone the blogify repository from GitHub using the following command:
## Step 1
git clone https://github.com/frontendweb3/blogify.git
## Step 2
cd blogify
## Step 3
pnpm install
# or
yarn install
## Step 4
pnpm dev
# or
yarn dev
- Search bar support