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
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
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
.