This is a tutorial that has been prepared for iPRES2025 in Wellington.
You will find a link to the compiled workshop on in the 'About' section of this repository to the right of this text.
For information about how to cite this workshop in your own work please look at the information in CITATION.cff.
This lesson uses the amazing template from The Carpentries Workbench.
The repository is supported by a justfile. The easiest way to
install just is to first install cargo and then run cargo install just.
See these instructions for more information on installing cargo.
Once you have installed just run the commands just inspect-deps to
check your current dependencies. Run just deps to install all those that
are required by the site.
just workbench will build and launch the tutorial on a local port.
Running just on its own will show all available commands.