maxxscho/kirby-rocket

Kirby 4 Boilerplate with TailwindCSS, AlpineJS and ViteJS for tooling

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

Type:project

2.0.0 2024-11-14 20:06 UTC

This package is auto-updated.

Last update: 2024-11-16 20:07:47 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

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.