kirby-kql-astro Svelte Themes

Kirby Kql Astro

Experimental, try to connect kirby backend with astro frontend (& sprinkle some Svelte on top)

DDEV Kirby Plainkit

Kirby CMS meets DDEV & Gitpod.

Try out in your browser:

Local usage:

Clone to your local laptop and run:

ddev start && ddev composer install && ddev launch

About this starterkit

See https://github.com/getkirby/plainkit for more information.

How was this created?

Kirby setup

Based on "Installing via composer"-docs.

ddev config --project-type=php --php-version="8.0"
ddev start
ddev ssh
composer create-project getkirby/plainkit install-folder && \
    echo "Moving installation to root folder ..." && \
    mv install-folder/README.md install-folder/README_kirby.md && \
    cp -Rp install-folder/. /var/www/html && \
    rm -rf install-folder/
exit 
ddev composer install
ddev launch

Gitpod & DDEV

Gitpod DDEV integration was done with helpful tips by @shaal. See .gitpod.yml and .gitpod/-folder.

TODOs

License

Kirby allows free local try outs, but for live sites purchasing a license is required. getkirby.com · License agreement

Top categories

Loading Svelte Themes