# @niggl/kubecon25 My experiences at Cloud Native Rejekts and KubeCon + CloudNativeCon Europe 2025 in London. ## Quickstart 🐳 > Use this to run via docker. 1. Clone the repo or copy the docker-compose.yml 2. Cd into the folder containing the docker-compose.yml 3. Run docker-compose: `docker-compose up -d` 4. Visit to check if the server is running ## Dev Setup 🛠 > Local dev setup for previewing changes. 1. Clone the repo 2. Install Hugo: `brew install hugo` or `winget install hugo.hugo.extended` 3. Start the dev server: `hugo server --buildDrafts --disableFastRender` ### Recommended Editor [Visual Studio Code](https://code.visualstudio.com/)