Skip to content

Commit 0f8683e

Browse files
authored
Merge pull request #188 from nextcloud/fix/dev-setup
Add development setup steps to readme
2 parents 4d3ebc8 + aaa9b92 commit 0f8683e

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,11 @@ A link to the "Connected accounts" user settings section will be displayed in th
2424
### Admin settings
2525

2626
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

Comments
 (0)