The documentation website on how to use Vlab Research Platform
You will need to first install hugo
Once installed you can run from the root of the project
hugo server -D
This will start a docuement server on http://localhost:1313
To add a new page you can run the following command, replacing the variables
# example:
# hugo new study-configuration/general.md
hugo new $SECTION/$SUBSECTION.md
For more information please visit hugos documentation