tobiasfabian / kirby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kirby

Build Status Coverage Status

Feature suggestions

If you want to suggest features or enhancements for Kirby, please use our Ideas repository:
https://github.com/k-next/ideas/issues

Bug reports

Please post all bug reports in our issue tracker:
https://github.com/k-next/kirby/issues

Installation

composer install

Commands

Archiving and zipping

To zip the current version and remove all unnecessary files, run the following script:

composer run-script zip

Build

To create a current build, run the following script:

composer run-script build

This will run the following steps:

Panel

  1. npm i
  2. npm run build

Kirby

  1. composer run-script zip

A dist.zip will be saved afterwards in the kirby directory and can be distributed and placed in all kits. This file is ignored by default and should never be added to the repository.

About


Languages

Language:PHP 79.0%Language:Vue 15.8%Language:JavaScript 3.6%Language:HTML 1.4%Language:CSS 0.2%Language:Shell 0.0%Language:Hack 0.0%