nextcloud-app-radio/README.md
Jonas Heinrich 2c23bda6b8 rewrite init
2020-10-12 17:29:36 +02:00

8 lines
354 B
Markdown

# 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!