changes from Mikescops

Signed-off-by: Jakob <jakob.roehrl@web.de>
This commit is contained in:
Jakob 2020-01-08 10:25:28 +01:00
parent e90043b49b
commit f6ee620250
1 changed files with 4 additions and 4 deletions

View File

@ -13,19 +13,19 @@
- ...
## 🚀 Installation
In your Nextcloud, simply navigate to »Apps«, find the Photos app and enable it. Then open the app from the app menu. Consider installing the [preview generator](https://github.com/rullzer/previewgenerator) for pregenerating the thumnails.
In your Nextcloud, simply navigate to »Apps«, find the Photos app and enable it. Then open the app from the app menu. Consider installing the [preview generator](https://github.com/rullzer/previewgenerator) for pregenerating the thumbnails.
Please have a look at [CHANGELOG.md](https://github.com/nextcloud/photos/blob/master/CHANGELOG.md) for details about changes.
## Mobile Photos
Use the Android/iOS App to view your photos. It's possible to autoupload them.
Use the Android/iOS App to view your photos. It's possible to auto-upload them.
##Maintainers:
- [John Molakvoæ](https://github.com/skjnldsv)
If you'd like to join, just go through the [issue list](https://github.com/nextcloud/photots/issues) and fix some. :)
If you'd like to join, just go through the [issue list](https://github.com/nextcloud/photos/issues) and fix some. :)
## 🏗 Development setup
1. ☁ Clone this into your `apps` folder of your Nextcloud
2. 👩‍💻 In a terminal, run the command `make dev-setup` to install the dependencies
3. 🏗 Then to build the Javascript whenever you make changes, run `make build-js`
3. 🏗 Then to build the Javascript whenever you make changes, run `make build-js`. Watch changes with: `make watch-js`
4. ✅ Enable the app through the app management of your Nextcloud
5. 🎉 Partytime!