maxxscho/kirby-rocket

Kirby 4 Boilerplate with TailwindCSS, AlpineJS and ViteJS for tooling

2.1.4 2025-03-29 21:11 UTC

This package is auto-updated.

Last update: 2025-03-29 21:12:08 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 (with NPM) 18+

Usage

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

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

Node modules are installed and built automatically after project creation.
To run everything manually:

In your project root install the node modules.

npm install

Start the dev server...

npm run dev

or build the assets.

npm run build

Error when opening the site for the first time

If you open the site the first time and you get an error it's most likely because you didn't start the Dev-Server with npm run dev or didn't run the build with npm run build. Therefore the Vite Helper doesn't find the manifest.json.