Varun Patil 2023-09-29 18:52:06 -07:00
commit ee3d6e20df
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ Memories is a _batteries-included_ photo management solution for Nextcloud with
## 🏗 Development Setup
1. ☁ Clone this into your `custom_apps` folder of your Nextcloud.
1. 📥 Install [Composer](https://getcomposer.org/) and [Node.js 18](https://nodejs.org)
1. 👩‍💻 In a terminal, run the command `make dev-setup` to install the dependencies.
1. 🏗 To build/watch the UI, run `make watch-js`. Lint-fix PHP with `make php-lint`.
1. ✅ Enable the app through the app management of your Nextcloud.