This repository contains the source code for the Cloud Native Days website. Use this README to get started with setting up a local development environment.
-
Clone the repository:
git clone https://github.com/your-org/cloud-native-days.git cd cloud-native-days -
Install dependencies:
hugo mod get -u
-
Start the development server:
hugo server
The site will be available at
http://localhost:1313.
This project includes a .devcontainer configuration for Visual Studio Code, which automates the setup of the development environment.
- Install Visual Studio Code and the Dev Containers extension.
- Open the project in VS Code.
- Click Reopen in Container when prompted, or run the command from the Command Palette (
F1>Dev Containers: Reopen in Container).
This will launch a container with Hugo 0.136.2 and Go 1.16 pre-installed, ensuring a consistent environment.