lukaskleinschmidt/kirby-setup

There is no license information available for the latest version (1.0.1) of this package.

Kirby Setup

1.0.1 2025-05-27 14:24 UTC

This package is auto-updated.

Last update: 2025-05-27 14:28:15 UTC


README

An opinionated setup for Kirby CMS projects.

Requirements

  • PHP 8.4
  • Node.js 20

Installation via Composer

composer create-project lukaskleinschmidt/kirby-setup kirby-setup

Install Dependencies

npm install

Create a certificate for local development:

mkcert -key-file storage/key.pem -cert-file storage/cert.pem localhost 127.0.0.1

Start the development server:

npm run dev

Build assets:

npm run build