From dc32836bd0492479c17430c85e1a498674306a40 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Sun, 26 Aug 2018 12:20:55 +0200 Subject: [PATCH 1/2] Add initial setup instructions --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 000000000..91061685c --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# 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` From 8a4b1906c3577ed30c552a9088e6c3082bee69ce Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Sun, 26 Aug 2018 12:24:01 +0200 Subject: [PATCH 2/2] Add additional steps --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 91061685c..0c75c3322 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,5 @@ 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!