This is the website source code for the sculptor Volkmar Kühn, a German sculptor known for his works displayed in public spaces, particularly in Gera (the town I grew up in). Since 1968, he has been living and working in the former Mildenfurth monastery, which the logo represents.
The artist lacks exposure on the interweb, so I decided to build a website for him during Easter 2023. The website is built with Kirby, Vite and UnoCSS.
- Duplicate the
.env.development.example
as.env
:cp .env.development.example .env
- Install the required Node dependencies:
pnpm install
- Install the required Composer dependencies:
composer install
- Start the Vite development server and watch for file changes accordingly:
pnpm dev
- Run the built-in PHP web server or use a development web server of your choice (like Laravel Valet).
composer start
Build the frontend assets for production:
pnpm build
If you have caching enabled, make sure to wipe the cache after each build:
rm -rf storage/cache/<your-website>
Tip
See ploi-deploy.sh for deployment instructions.
Note
For Apache web servers: Some hosting environments require uncommenting RewriteBase /
in .htaccess
to make site links work.
The code is licensed under MIT, words and images are licensed under CC BY-NC-SA 4.0.
© 2023-PRESENT Johann Schopplich