Skip to content

Commit

Permalink
Merge pull request #1 from jancborchardt/patch-1
Browse files Browse the repository at this point in the history
Add initial setup instructions
  • Loading branch information
skjnldsv committed Aug 28, 2018
2 parents e7db27f + 8a4b190 commit 77f0fb6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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!

0 comments on commit 77f0fb6

Please sign in to comment.