From 613b684c8bae7e2be3ddef3a7f599d4071f81765 Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle <patrizio@bekerle.com> Date: Thu, 14 Apr 2022 13:46:16 +0200 Subject: [PATCH] Mention api server, bundle and website --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a65deb4..6abe404 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,12 @@ [npmjs package](https://www.npmjs.com/package/@dbp-topics/signature) | [Unpkg CDN](https://unpkg.com/browse/@dbp-topics/signature/) +## Prerequisites + +- You need the [API server](https://gitlab.tugraz.at/dbp/relay/dbp-relay-server-template) running +- You need the [DbpRelayEsignBundle](https://gitlab.tugraz.at/dbp/esign/dbp-relay-esign-bundle) to allow signing of PDF files +- For more information please visit the [ESign project documentation](https://dbp-demo.tugraz.at/site/software/esign.html) + ## Local development ```bash -- GitLab