The Open Blog is an open-source blogging template created with Next.js 15, TypeScript, a Rest API, Shadcn UI, and Tailwind CSS.
- Next.js
- Tailwind CSS
- TypeScript
- Rest API
- Shadcn UI
First, clone the Next.js open blog repository from GitHub 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
- Next.js
- TypeScript
- PNPM
- Shadcn UI
- Tailwind CSS
Lucide icons
- this library is used for svg icons@tailwindcss/typography
-This library is used for styling the article contentfuse.js
- This library is used for building a search.
After downloading, open your browser and navigate to http://localhost:3000 to see the result.