You can access the HTML version of this tutorial here: https://redhat-scholars.github.io/podman-desktop-tutorial/
In order to test and develop on your local machine, you can use a specially built container with Podman or Docker as follows, run this from the root folder:
podman run --rm --name antora -v $PWD:/antora -p 8080:8080 -i -t ghcr.io/juliaaano/antora-viewerLive-reload is not supported.
In the root of your git repository, run:
bin/build-site.shAnd then open your gh-pages/index.html file:
open gh-pages/index.htmlYou can develop the tutorial docs locally using a rapid iterative cycle.
First, install the yarn dependencies:
yarn installAnd now start gulp. It will create the website and open your browser connected with browser-sync. Everytime it detects a change, it will automatically refresh your browser page.
gulpYou can clean the local cache using:
gulp clean