The source code for the website that's on https://xmpp-interop-testing.github.io
Needs ruby.
Install deps: bundle install
Run locally: bundle exec jekyll serve
By default, macOS ships with some out-of-date ruby which will make the above impossible to run. First:
brew install ruby
echo 'export PATH="/opt/homebrew/opt/ruby/bin:$PATH"' >> ~/.zshrc