Static promo and documentation site for GB Studio.
The GB Studio site is powered by Netlify and automatically deploys from merges to the following branches:
https://www.gbstudio.dev/ reflects the latest content in master
https://develop.gbstudio.dev/ reflects the latest content in develop
Install Hugo static site generator.
Run dev server using:
hugo -D server
then open http://localhost:1313/
To preview with Beta theme:
env BUILD_CONTEXT=develop hugo -D server