summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2018-08-26 12:20:55 +0200
committerGitHub <noreply@github.com>2018-08-26 12:20:55 +0200
commita6b018947ad34c583debb3b9b0e25a0cd5cdb6fb (patch)
tree06e53e52c0429bdcdf19579fd5474433be4bf4e9 /README.md
parenta3c20365096b56da157164ab7cdc5e6e03d6b09a (diff)
Add initial setup instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 00000000..91061685
--- /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`