commit 494a9e907ba9b8d353a5f3a52d01d253393e4886
parent a1b00dd99136ca4387cbb63990a5fa3481498d1b
Author: MS <ms@taler.net>
Date: Mon, 13 Mar 2023 21:49:25 +0100
readme: UI section
Diffstat:
1 file changed, 14 insertions(+), 0 deletions(-)
diff --git a/README b/README
@@ -47,3 +47,17 @@ The archive should be found at: build/distributions/libeufin-$VERSION.zip
After extracting the compressed files, run the three
executable found under the "bin/" folder.
+
+User interface
+==============
+
+This repository does not ship any UI, rather it downloads
+one from the following project along the "make deb" target:
+https://git.taler.net/wallet-core.git/tree/packages/demobank-ui
+
+This way, the libeufin-sandbox Debian package provides one
+self-contained solution including Nginx, LibEuFin Sandbox,
+and the UI.
+
+Note: the UI an independent Web app that could even be served
+from a different host than the one running the backend.