LinkbCMS LogoLinkbCMS
Getting Started

Installation

Install and configure the CMS integration for NextJS

Installation

Get started with our CMS integration by installing the necessary packages and setting up your project.

Prerequisites

  • Node.js 20.x or later
  • NextJS 14.x or later

Installing the packages

npm i @linkbcms/core

Installing the CLI

Our CLI tool helps you set up and manage your CMS configuration easily:

npx @linkbcms/cli@latest

Next Steps

After installation, you'll need to configure your CMS connection:

Continue to the Quick Start guide to create your first CMS-powered page.

On this page