项目作者: nextcloud

项目描述 :
🎁 Shows recommended files in Nextcloud
高级语言: JavaScript
项目地址: git://github.com/nextcloud/recommendations.git
创建时间: 2019-01-21T14:26:39Z
项目社区:https://github.com/nextcloud/recommendations

开源协议:GNU Affero General Public License v3.0

下载


🔮 Nextcloud Recommendations

REUSE status

The app is in incubation stage, so it’s 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.