Skip to content

nttcom/kuesta-website

Repository files navigation

Kuesta Website

This repo contains the code of the Kuesta documentation website, built using Hugo and the docsy theme.

Requirements

Building and running the site locally requires a extended version of Hugo. You can find out more about how to install Hugo for your environment in our Getting started guide.

Running the website locally

From the repo root folder, run:

git submodule update -f --init --recursive
npm install
hugo server

Hugo dev server supports hot reload, you can check your changes on the preview page from http://localhost:1313/.