maxxscho/kirby-rocket

Kirby 4 Boilerplate with TailwindCSS, AlpineJS and ViteJS for tooling

1.0.0 2024-10-27 18:15 UTC

This package is auto-updated.

Last update: 2024-10-27 18:17:02 UTC


README

A starter kit for the great Kirby CMS, based on Kirby Plainkit, pre-configured with the following tools to start quickly:

Requirements

  • PHP 8.1+
  • NodeJS 18+

Usage

The easiest way to install the project is with composer create-project.

composer create-project maxxscho/kirby-rocket your-project-directory

In your project root install the node modules.

npm install

Start the dev server...

npm run dev

or build the assets.

npm run build

Different directory structure

The index.php entry point of kirby has been moved into a public folder to keep all built assets and the entry point itself separated from Kirby. Another reason for this change was to be more Vite-like.