Skip to content

michnhokn/kirby-boilerplate

Repository files navigation

Kirby Boilerplate with Vite

What this boilerplate provides

  • This is a project boilerplate based on Kirby 4 and Vite.
  • It uses the public folder structure for a securer setup
  • It comes with a predefined set of plugins and scripts to kickstart any Kirby project.
  • To run the project either use your own server or use the provided devenv configuration.
  • It provides a basic deployer configuration

Installation

composer create-project michnhokn/kirby3-boilerplate <project-name>
cd <project-name>
devenv up & devenv shell
composer install
vendor/bin/kirby setup