This is a Hackfest project from Access 2019, based on Marii Nyrop's Annotate demo. This version adds an instance of SimpleAnnotationServer (in a Docker container) to store the annotations, replacing the use of the browser's local storage. (In this it departs from the minimal computing commitment of the original.)
Create/store/load static annotations on IIIF manifests via Jekyll
$ git clone https://github.com/mnyrop/annotate.git && cd annotate
$ bundle install
$ git submodule update --init --recursive
$ cd SimpleAnnotationServer && ./runDocker.sh
$ docker stop sas