🎁 Shows recommended files in Nextcloud
Перейти к файлу
Nextcloud bot 8f074b7eba
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-04 01:35:00 +00:00
.github
.tx
LICENSES
appinfo
build-js
js fix(deps): Fix npm audit 2024-10-20 03:24:56 +00:00
l10n Fix(l10n): Update translations from Transifex 2024-11-04 01:35:00 +00:00
lib
src
.eslintrc.js
.gitattributes
.gitignore
.l10nignore
.php-cs-fixer.dist.php
AUTHORS.md
LICENSE
README.md
REUSE.toml
babel.config.js
composer.json
composer.lock
krankerl.toml
package-lock.json fix(deps): Fix npm audit 2024-10-20 03:24:56 +00:00
package.json
stylelint.config.js
webpack.config.js

README.md

🔮 Nextcloud Recommendations

REUSE status

The app is in incubation stage, so its time for you to get involved! 👩‍💻

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 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.