This simple starter template uses the plainkit version of Kirby CMS while leveraging Vite and Tailwind CSS.
- Nodejs with either npm or yarn (for frontend)
- PHP 7.4+
- Kirby CMS is free to try on your local machine, however, for production, you will need to purchase a license
- Install repo to your local machine.
- Download this repo or
- Clone the repo.
https://github.com/evanspj/kirby-vite-tailwindcss-starter.git
- Once installed on your local machine, while in the root directory run the command
yarn
ornpm install
to install Vite, Tailwind CSS and other dependencies.
For development run:
yarn dev
For production run:
yarn build
MIT License © 2021 Patrick Evans