Get the theme submodule
git submodule update --init --recursive
Install Zola
zola build
this creates a ./public directory containing site
zola serve
Web server is available at http://127.0.0.1:1111/ (bound to 127.0.0.1:1111)
Open web site in local browser, view and edit!