Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-11-04 20:54:03 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-11-04 20:54:03 +0300
commit9c94a3e10fb3345ed57df27f44d51dde2f7ff733 (patch)
tree40557b1f1bc2ccf128638d825019f3e40a5acac7 /README.md
This is photos
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 00000000..0c75c332
--- /dev/null
+++ b/README.md
@@ -0,0 +1,7 @@
+# Vue example app for Nextcloud
+
+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`
+4. ✅ Enable the app through the app management of your Nextcloud
+5. 🎉 Partytime!