Skip to content

pju-/kirby

 
 

Repository files navigation

Kirby

Build Status Coverage Status

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 76.3%
  • Vue 18.2%
  • JavaScript 3.6%
  • HTML 1.6%
  • CSS 0.2%
  • Hack 0.1%