From aaa9b92ed5d820097319f90c924e06b018203d63 Mon Sep 17 00:00:00 2001 From: "Jan C. Borchardt" <925062+jancborchardt@users.noreply.github.com> Date: Wed, 15 Apr 2026 13:07:17 +0200 Subject: [PATCH] docs: Add development setup steps to readme Signed-off-by: Jan C. Borchardt <925062+jancborchardt@users.noreply.github.com> --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 3ce5a20d..b8843d4d 100644 --- a/README.md +++ b/README.md @@ -24,3 +24,11 @@ A link to the "Connected accounts" user settings section will be displayed in th ### Admin settings There also is a "Connected accounts" **admin** settings section if you want to allow your Nextcloud users to use OAuth to authenticate to GitHub. + +## 🚧 Development setup + +1. Simply clone this repository into the `apps` folder of your Nextcloud development instance. +2. Run `make composer` to install the dependencies. +3. Run `make npm` for a production build or `make npm-dev` for a watch/dev build. +4. Then activate it through the apps management. +5. Make sure to configure it in "Connected accounts" in personal/administration settings. \ No newline at end of file