diff --git a/README.md b/README.md index 943382e..537e08e 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,12 @@ SPA frontend. Once the containers report healthy, visit `http://:8080` and use the passkey signup flow to provision the first tenant/user. Upgrades are as simple as `git pull` followed by `docker compose up -d`. +## Screenshots + +![Document detail view](docs/detailview.png) +![Desk overview](docs/deskview.png) +![Document view](docs/documentview.png) + --- For development workflows (local stack, integration tests, migrations, and diff --git a/docs/deskview.png b/docs/deskview.png new file mode 100644 index 0000000..9203ae2 Binary files /dev/null and b/docs/deskview.png differ diff --git a/docs/detailview.png b/docs/detailview.png new file mode 100644 index 0000000..4b1cda1 Binary files /dev/null and b/docs/detailview.png differ diff --git a/docs/documentview.png b/docs/documentview.png new file mode 100644 index 0000000..274ca6f Binary files /dev/null and b/docs/documentview.png differ