recommendations
recommendations copied to clipboard
๐ Shows recommended files in Nextcloud
๐ฎ Nextcloud Recommendations
The app is in incubation stage, so itโs time for you to get involved! ๐ฉโ๐ป
Development setup
- โ Clone the app into the
appsfolder of your Nextcloud:git clone https://github.com/nextcloud/recommendations.git - ๐ป Run
npm iorkrankerl upto install the dependencies - ๐ To build the Javascript whenever you make changes, run
npm run dev - โ Enable the app through the app management of your Nextcloud or run
krankerl enable - ๐ Partytime! Help fix some issues and review pull requests
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.