Skip to content

johannschopplich/bildhauer-volkmar-kuehn.de

Repository files navigation

Bildhauer Volkmar Kühn

Bildhauer Volkmar Kühn

What is this?

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.

Installation

  1. Duplicate the .env.development.example as .env:
    cp .env.development.example .env
  2. Install the required Node dependencies:
    pnpm install
  3. Install the required Composer dependencies:
    composer install

Usage

Development

  1. Start the Vite development server and watch for file changes accordingly:
    pnpm dev
  2. Run the built-in PHP web server or use a development web server of your choice (like Laravel Valet).
    composer start

Production

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>

Deployment

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.

License

The code is licensed under MIT, words and images are licensed under CC BY-NC-SA 4.0.

© 2023-PRESENT Johann Schopplich