https://github.com/nextcloud/recommendations
๐ Shows recommended files in Nextcloud
https://github.com/nextcloud/recommendations
nextcloud
Last synced: 10 months ago
JSON representation
๐ Shows recommended files in Nextcloud
- Host: GitHub
- URL: https://github.com/nextcloud/recommendations
- Owner: nextcloud
- License: agpl-3.0
- Created: 2019-01-21T14:26:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-08-10T04:05:05.000Z (11 months ago)
- Last Synced: 2025-08-10T06:12:54.725Z (11 months ago)
- Topics: nextcloud
- Language: JavaScript
- Homepage:
- Size: 68.3 MB
- Stars: 15
- Watchers: 5
- Forks: 18
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Authors: AUTHORS.md
Awesome Lists containing this project
README
# ๐ฎ Nextcloud Recommendations
[](https://api.reuse.software/info/github.com/nextcloud/recommendations)
The app is in incubation stage, so itโs time for you to [get involved! ๐ฉโ๐ป](https://github.com/nextcloud/recommendations#development-setup)
## Development setup
1. โ Clone the app into the `apps` folder of your Nextcloud: `git clone https://github.com/nextcloud/recommendations.git`
2. ๐ป Run `npm i` or `krankerl up` to install the dependencies
3. ๐ To build the Javascript whenever you make changes, run `npm run dev`
4. โ Enable the app through the app management of your Nextcloud or run `krankerl enable`
5. ๐ Partytime! Help fix [some issues](https://github.com/nextcloud/recommendations/issues) and [review pull requests](https://github.com/nextcloud/recommendations/pulls)
Whenever you commit changes to submit a pull request, make sure to build the Javascript using `npm run build` and commit the files `js/*.js` and `js/*.js.map` as well. This needs to be done because the app is shipped with the release as is.