This commit refactors the CMS to handle two platforms: ContentLayer and WordPress. The CMS layer is abstracted into a core package, and separate implementations for each platform are created. This change allows the app to switch the CMS type based on environment variable, which can improve the flexibility of content management. It also updates several functions in the `server-sitemap.xml` route to accommodate these changes and generate sitemaps based on the CMS client. Further, documentation content and posts have been relocated to align with the new structure. Notably, this refactor is a comprehensive update to the way the CMS is structured and managed.
12 lines
402 B
Plaintext
12 lines
402 B
Plaintext
---
|
|
title: Getting Started
|
|
label: Getting Started
|
|
description: Getting started with the Makerkit Kit
|
|
---
|
|
|
|
Makerkit is a Next.js/Remix SaaS Starter that helps you build your own SaaS in minutes. It comes with a fully integrated Stripe billing system, a landing page, and a dashboard.
|
|
|
|
In this section, we learn how to install and run the SaaS kit on your local
|
|
machine.
|
|
|
|
Buckle up and let's get started! |