Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 1.01 KB

File metadata and controls

54 lines (35 loc) · 1.01 KB

CNDA (Cloud Native Days Austria) Website

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

Table of Contents

Getting Started

  1. Clone this repository
git clone git@github.com:cloud-native-austria/kcd-austria-website.git
  1. Install dependencies (using npm)
npm install

Usage

Run the website

npm run dev

The site will be available at http://localhost:4321/

Build the website

npm run build

This will build the Astro site to the dist/ directory.

Preview the built website

npm run preview