summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2018-08-28 13:21:32 +0200
committerGitHub <noreply@github.com>2018-08-28 13:21:32 +0200
commit6e70e23cfdc24492d227dfdce7e12394875d584d (patch)
treec56ce4be64e92639bb404f80c1df289a91b43ff6
parenta3c20365096b56da157164ab7cdc5e6e03d6b09a (diff)
parentf7d429a3299006c03b7862b731233306846f2c3f (diff)
Merge pull request #1 from jancborchardt/patch-1
Add initial setup instructions
-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!