You can run the slideshow on your machine after following a few simple steps:
-
If you haven't already installed Go on your machine, do so by following the official installation instructions.
-
Important: make sure that the directory where Go installs binaries is in your
PATH
environment variable. The directory in question is usually given by the following command:echo `go env GOBIN`
On macos and linux, it defaults to
$HOME/go/bin
-
Install the
present
tool:go install golang.org/x/tools/cmd/present@latest
-
Run the present tool:
present
The output should contain some local URL (like
http://127.0.0.1:3999
). -
Visit the URL from step 4 in your browser, then click on
main.slide
to start the slideshow.