# AWSWorkshop.io Workshop - Harness This is the repository to geneate the AWS/Harness Workshop from and execute with Hugo. ## To Execute. Hugo is leveraged as the site generator. https://gohugo.io/about/what-is-hugo/ ``` #Clone Repo gh repo clone ravilach/aws-modernization-harness #Install Hugo brew install hugo #Execute Hugo on Root of Local Clone Repo hugo server ``` With the local Hugo server running, head to http://localhost:1313 Cheers! -Harness Team