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.
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 deploy site
eslint-config-custom
: eslint
configurations (includes eslint-config-next
and eslint-config-prettier
)tsconfig
: tsconfig.json
is used throughout the monorepoPlease 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:
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