# recommendations **Repository Path**: mirrors_nextcloud/recommendations ## Basic Information - **Project Name**: recommendations - **Description**: No description available - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-02 - **Last Updated**: 2026-01-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ๐Ÿ”ฎ Nextcloud Recommendations [![REUSE status](https://api.reuse.software/badge/github.com/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.