Skip to content

Introduction

The path from nothing to a running CMS:

  1. Check the requirements.
  2. Create the project.
  3. Run setup to provision Cloudflare resources and deploy.
  4. Open the admin URL and create the first account.
Terminal window
npm create @kenresoft-cms@latest my-cms
cd my-cms
pnpm install
pnpm run setup

Then connect a website: Astro integration.