scittle

ray 2022-11-29T22:53:11.028829Z

is there a way to host the scittle on GH pages or similar ie without the need to run a server oneself?

refset 2022-11-29T22:55:14.109639Z

IIUC that's essentially what I've done with https://bitemporal-visualizer.github.io/

refset 2022-11-29T22:56:50.504289Z

from a typical GH pages perspective it's essentially just another static script file, nothing scittle specific going on. It's a regular static html + js combo

borkdude 2022-11-29T22:58:13.339519Z

indeed, just enable github pages and add the files to the docs folder or a specific branch, that's all :)

ray 2022-11-30T10:27:06.948309Z

chef_kiss