Private Payments Website
Install a release build of Zola. Serve the development build from the repository root.
zola serve
Build the site with zola build
. Serve the static site with Static Web Server from the repository root.
zola build
static-web-server &