Download the Hugo package for your distribution from the Hugo release page and install the latest version.
Make sure you have Homebrew installed. Afterwards run:
brew install hugo
Make sure you have Chocolatey installed. Afterwards run:
choco install hugo -confirm
Ensure you have Git installed. Afterwards run:
git clone https://github.com/kk-digital/kk-digital-website.git
Change directory into the repo
cd kk-digital-website
Run the hugo server with:
hugo server
The website will be exposed on localhost
. The port will be specified in the console output of the above command.