We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4d3ebc8 + aaa9b92 commit 0f8683eCopy full SHA for 0f8683e
1 file changed
README.md
@@ -24,3 +24,11 @@ A link to the "Connected accounts" user settings section will be displayed in th
24
### Admin settings
25
26
There also is a "Connected accounts" **admin** settings section if you want to allow your Nextcloud users to use OAuth to authenticate to GitHub.
27
+
28
+## 🚧 Development setup
29
30
+1. Simply clone this repository into the `apps` folder of your Nextcloud development instance.
31
+2. Run `make composer` to install the dependencies.
32
+3. Run `make npm` for a production build or `make npm-dev` for a watch/dev build.
33
+4. Then activate it through the apps management.
34
+5. Make sure to configure it in "Connected accounts" in personal/administration settings.
0 commit comments