diff --git a/.gitignore b/.gitignore index 9bef612..2845ef6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ diagrams next notes -screenshots +screenshots/lykin_gui_* /target src/*.bak diff --git a/README.md b/README.md index 2f73b28..c1ffaf1 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ lykin is a tutorial application funded by a Secure Scuttlebutt (SSB) community g If you'd like to learn how lykin works, or how to build your own simple Scuttlebutt client application, please read the [lykin tutorial series](https://git.coopcloud.tech/glyph/lykin_tutorial). +![Screenshot of a web UI with a green navigation topbar, a blue list of peers, an orange list of posts and a yellow post content view.](https://git.coopcloud.tech/glyph/lykin/src/branch/main/screenshots/lykin_gui.png) + ## Quickstart Prerequisites: a running instance of go-sbot (see the [installation guide](https://github.com/ssbc/go-ssb#installation)). diff --git a/screenshots/lykin_gui.png b/screenshots/lykin_gui.png new file mode 100644 index 0000000..efa9241 Binary files /dev/null and b/screenshots/lykin_gui.png differ