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