Skip to content
/ kat-kit Public template

Kirby CMS, Alpine.js and Tailwind CSS starter kit for your next project

License

Notifications You must be signed in to change notification settings

wrsdesign/kat-kit

Repository files navigation

White Russian Studio

Starter Kit with Kirby CMS

Quick start of the project with Kirby CMS, Vite, and TailwindCSS from White Russian Studio

Features

Installation and Usage

  1. npm install to install Node.js dependencies
  2. npm run setup to install Composer dependencies
  3. cd www && valet link && cd .. to set up development environment (example with Laravel Valet)
  4. npm run dev (or npm run build for use in production)

To update Composer dependencies: cd www && composer update && cd ..