diff --git a/README.md b/README.md new file mode 100644 index 000000000..0c75c3322 --- /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!