nextcloud-app-radio/README.md

8 lines
354 B
Markdown
Raw Normal View History

2020-10-12 15:29:36 +00:00
# Vue example app for Nextcloud
2016-11-18 21:52:23 +00:00
2020-10-12 15:29:36 +00:00
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!