Note
Forked from 🍫 Cacao Kit Backend. All of the features and settings apply here as well.
This website is intended as the backend for the Nuxt 3 frontend. If the URL is called and no Authentication
header is sent with the requerst, the user will automatically forwarded to the Kirby Panel.
👉 See the Dachsbau Frontend repository for the whole frontend code!
- PHP 8.2+
Kirby is not a free software. You can try it for free on your local machine but in order to run Kirby on a public server you must purchase a valid license.
Kirby-related dependencies are managed via Composer and located in the vendor
directory. To install them, run:
composer install
Duplicate the .env.development.example
as .env
:
cp .env.development.example .env
Optionally, adapt it's values.
See the Dachsbau Frontend repository.
Note
See ploi-deploy.sh for exemplary deployment instructions.
Some hosting environments require to uncomment RewriteBase /
in .htaccess
to make site links work.
MIT License © 2022-PRESENT Johann Schopplich