formerly known as KCD (Kubernetes Community Days) Austria
Website for the Cloud Native Days Austria available at cloudnativedays.at.
Forked from KCDMunich/website -> Thank you! :) Then rewritten from Gatsby to Astro
- Clone this repository
git clone git@github.com:cloud-native-austria/kcd-austria-website.git- Install dependencies (using npm)
npm installnpm run devThe site will be available at http://localhost:4321/
npm run buildThis will build the Astro site to the dist/ directory.
npm run preview