Skip to content

Latest commit

 

History

History
69 lines (45 loc) · 2.25 KB

README.md

File metadata and controls

69 lines (45 loc) · 2.25 KB

The Open Blog is a open source template is design and built with Next.js 15, Shadcn UI and tailwind CSS.

Take a look at the demo of the Minimalist template!

Demo

Demo

Our Template Stack

Next JS TailwindCSS Markdown TypeScript Shadcn UI

Pictures

Home

Reading Page

Tag Page

Search Page

Card List

Clone Repository

First, download the Next.js open blog template code from the GitHub repository using the following command:

git clone git clone https://github.com/frontendweb3/open-blog.git

Then follow the below steps:

# step 1
cd open-blog

# step 2
pnpm install
#  or 
yarn install

# step 3
yarn dev
#    or
pnpm dev

Our primary stack for the Open Blog template includes:

  1. Next.js
  2. TypeScript
  3. PNPM
  4. Shadcn UI
  5. Tailwind CSS

Additional packages:

  1. Lucide icons
  2. @tailwindcss/typography
  3. fuse.js

After downloading, open your browser and navigate to http://localhost:3000 to see the result.