michnhokn / kirby3-boilerplate
Kirby Boilerplate with Vite
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=8.3.0 <8.4.0
- arnoson/kirby-vite: 5.6.0
- bnomei/kirby3-janitor: 5.2.0
- distantnative/retour-for-kirby: 5.5.0
- getkirby/cli: 1.6.0
- getkirby/cms: 5.0.0
- tobimori/kirby-seo: 2.0.0-alpha.3
Requires (Dev)
- laravel/pint: ^1.14
- symfony/var-dumper: ^7.0
README
What This Boilerplate Provides ✨
- Kirby 5 & Vite Integration: This boilerplate is built upon the robust Kirby 5 content management system and uses Vite for a lightning-fast development experience. 🚀
- Secure Public Folder Structure: Enjoy peace of mind with a secure public folder setup, keeping your project files safe and organized. 🔒
- Ready-to-Use Plugins & Scripts: Jumpstart your Kirby project with a curated collection of essential plugins and helpful scripts, right out of the box. 🛠️
- Flexible Development Environment: Choose your preferred setup! Run your project on your own server or leverage the provided development environment configuration for a seamless experience. 💻
- Basic Deployer Configuration: Get started with deployments quickly thanks to the included basic Deployer configuration. 📤
Setup 🚀
Here's how to get your project up and running:
-
Clone the Repository: Start by cloning the boilerplate to your local machine. Replace
<project-name>
with your desired project directory name.git clone git@github.com:michnhokn/kirby-boilerplate.git <project-name> \ && cd <project-name>
-
Start Environment and Install Dependencies: Next, we'll fire up your development environment and grab all the necessary dependencies.
First, bring up the development environment:
devenv up
Then, inside the
devenv
shell, install the Composer and npm dependencies:devenv shell && composer install && npm install