Skip Navigation
Docs

Introduction

Kirby Baukasten is an opinionated, supercharged version of the Kirby Plainkit used internally at Love & Kindness for our clients' sites, with preconfigured tooling and plugins.

While Kirby Baukasten is open source & used in production as base for our own projects, it's not properly versioned, and we're not offering support for it. Instead, it should serve as a reference or guide for implementing certain best practices in your own starterkit.

Requirements

  • PHP 8.3+ with composer
  • Node.js 20+ with pnpm
  • Kirby CLI

Installation

Install Composer & Node dependencies with composer install and pnpm install.

composer install && pnpm install

Running the scaffold command with Kirby CLI

kirby baukasten:scaffold

Start the dev server.

pnpm run dev

License

MIT License © 2021-2024 Tobias Möritz