maxxscho / kirby-rocket
Kirby 4 Boilerplate with TailwindCSS, AlpineJS and ViteJS for tooling
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ~8.1.0 || ~8.2.0 || ~8.3.0
- getkirby/cms: ^4.0
- lukaskleinschmidt/kirby-laravel-vite: ^2.1
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.