The app is in incubation stage, so it’s time for you to get involved! 👩💻
- ☁ Clone the app into the
apps
folder of your Nextcloud:git clone https://github.com/nextcloud/recommendations.git
- 💻 Run
npm i
orkrankerl up
to 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.