metablog-free
metablog-free copied to clipboard
Next.js Blog Template with Typescript, Tailwind CSS, DaisyUI
trafficstars
Free Nextjs Blog Template
Teck Stack- Next.js, Typescript, Tailwind CSS, DaisyUI
Metablog is a versatile blog template that utilizes Next.js, Tailwind CSS, and daisyUI. With Metablog, you can easily create your own Next.js blog.
Pro Version- Metablog Pro
Template Preview
Project structure
The project is structured as a monorepo and includes the following packages:
apps/site: main site built with Next.js and Tailwind CSS, DaisyUI, TypeScript. You will deploysiteeslint-config-custom:eslintconfigurations (includeseslint-config-nextandeslint-config-prettier)tsconfig:tsconfig.jsonis used throughout the monorepo
Prerequisites
Please make sure that you have latest version of pnpm. You can install the latest version of pnpm, npm or yarn by running the following command in your terminal:
- pnpm Installation
npm install pnpm@latest -g
Installation
To install, simply fork the repository on GitHub and copy it to your local machine. From the root directory, run pnpm install to install dependencies, and then run pnpm dev to start the development mode.
Build
To build all apps and packages, run the following command:
cd my-project
pnpm run build