Skip to content

Latest commit

 

History

History
59 lines (36 loc) · 926 Bytes

File metadata and controls

59 lines (36 loc) · 926 Bytes

Blogify

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.

Demo

Demo

Our Template Stack

  • Next.js
  • Tailwind CSS
  • TypeScript
  • Rest API
  • Shadcn UI

Pictures

Home page

Reading page

pages

Tags page

Card

Newsletter

Clone Repository

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

Upcoming change

  • Search bar support