Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 357 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 357 Bytes

Kirby Webpack Starterkit

Kirby is a easy to setup file-based CMS.
Laravel Mix is an easy to setup dev-environment.
Here we go.

Setup

  1. composer install
  2. yarn install or npm install
  3. create and .env at root

Development with BrowserSync

Use npm run serve or yarn serve

Production

Use npm run prod or yarn prod