- Install Hugo
- Install NPM dependencies
cd themes/gatekeeper/assets/scss && npm install
- Run Hugo from main folder
hugo server --disableFastRender --bind 0.0.0.0
- Access the site on http://localhost:1313
For GitHub codespaces try something like:
hugo server --disableFastRender --baseURL=https://$CLOUDENV_ENVIRONMENT_ID-1313.apps.codespaces.githubusercontent.com --appendPort=false