From 10452e1a43f519a140d41b0c00317365576494ec Mon Sep 17 00:00:00 2001 From: "Jan C. Borchardt" <925062+jancborchardt@users.noreply.github.com> Date: Thu, 30 Apr 2026 12:37:28 +0200 Subject: [PATCH] docs: Add development setup steps to readme Signed-off-by: Jan C. Borchardt <925062+jancborchardt@users.noreply.github.com> --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index c15bdc3c4..c5f23f9b0 100644 --- a/README.md +++ b/README.md @@ -24,3 +24,13 @@ The following providers are supported and tested at the moment: - Any other provider that authenticates using the environment variable While theoretically any other authentication provider implementing either one of those standards is compatible, we like to note that they are **not** part of any internal test matrix. + + +## 🚧 Development setup + +1. Simply clone this repository into the `apps` folder of your Nextcloud development instance. +2. Run `composer install` to install PHP dependencies. +3. Run `npm ci` to install JS/frontend dependencies. +4. Run `npm run build` for a production build or `npm run watch` for a watch/dev build. +5. Then activate the app through the apps management. +6. Make sure to configure the app in "SSO & SAML authentication" in administration settings. \ No newline at end of file