Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 832 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 832 Bytes

OMEMO.top

Build Status

This is the Jekyll site repository behind omemo.top.

We try to track the progress of different OMEMO Implementations in various XMPP clients. This is a joint effort, so:

Your contribution is more than welcome.

Running the site locally

  • Get Jekyll up and running according to the GitHub Pages Docs.
  • Clone this Repository and run Jekyll
    git clone git@github.com:bascht/omemo-top.git
    cd omemo-top
    bundle
    bundle exec jekyll serve

If any of the above steps fail: Just open an issue and let us know.