Skip to content

js-template/metablog-free

Repository files navigation

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

metablog-free.webm

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

Deploy to Vercel

Useful Links