jaro-cognetif/kirby-template

Kirby Website Template

v0.1.2 2020-11-18 19:18 UTC

This package is auto-updated.

Last update: 2024-04-11 07:27:22 UTC


README

This project is a quick start to create a Kirby CMS website.

Requirements

Development

  • Composer
  • PHP 7.0+
  • NodeJs
  • Yarn or NPM
  • Docker & Docker-Compose

Server

  • Composer
  • PHP 7.0+
  • NodeJs
  • Yarn

Installation

Installation starts automatically if installed using :

 $ composer create-project jaro-cognetif/kirby-template my-new-site; cd my-new-site; ./install

Replace my-new-site with the folder you want the project to be cloned in to.