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
metablog-free.webm
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 deploysite
eslint-config-custom
:eslint
configurations (includeseslint-config-next
andeslint-config-prettier
)tsconfig
:tsconfig.json
is used throughout the monorepo
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
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.
To build all apps and packages, run the following command:
cd my-project
pnpm run build