Pre-requisites: Hugo, Go and Git
# Clone the repo
git clone git@github.com:oasci/bc-qc.git
# Change directory
cd bc-qc
# Install modules
hugo mod tidy
# Start the server
hugo server --logLevel debug --disableFastRender -p 1313hugo mod get -u
hugo mod tidySee Update modules for more details.