From 0f464713698a0e06d4809ae3916aee87a355247a Mon Sep 17 00:00:00 2001 From: "Jan C. Borchardt" <925062+jancborchardt@users.noreply.github.com> Date: Wed, 13 May 2026 14:13:12 +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 ff926e9e3..fb808efe9 100644 --- a/README.md +++ b/README.md @@ -185,3 +185,11 @@ Team folders are also exposed through a separate [WebDAV API](https://docs.nextc In addition to browsing the contents of the Team folders, you can also request the mount point for the Team folder by requesting the `{http://nextcloud.org/ns}mount-point` property. + +## 🚧 Development setup + +1. Simply clone this repository into the `apps` folder of your Nextcloud development instance. +2. Run `npm ci` to install JS/frontend dependencies. +3. Run `npm run build` for a production build or `npm run dev` for a watch/dev build. +4. Then activate the app through the apps management. +5. Start using the app in "Team folders" in administration settings. \ No newline at end of file