/kirby-tailwind-alpine-starter

Starterkit for Kirby 3 CMS, using Tailwind CSS and Alpine JS

Primary LanguagePHP

Kirby Starterkit

Release

Personal starterkit for Kirby based projects.

Tech stack:

Requirements

Installation

  1. Go to working folder

  2. Clone repo

git clone https://github.com/az3ta/kirby-tailwind-alpine-starter YOUR-PROJECT
cd YOUR-PROJECT
  1. Install Kirby and dependencies
composer install
composer update getkirby/cms
composer update
  1. Install NPM dependencies
npm install
  1. Secure dev address
valet secure

Development

It runs the Tailwind engine for development

npm run watch

Production

It creates the CSS file for production

npm run build