diff options
Diffstat (limited to 'settings/README.md')
-rw-r--r-- | settings/README.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/settings/README.md b/settings/README.md new file mode 100644 index 00000000000..6774ec1886c --- /dev/null +++ b/settings/README.md @@ -0,0 +1,19 @@ +# Settings section + +> Nextcloud settings with Vue + +## Build Setup + +``` bash +# install dependencies +make dev-setup + +# build for development +make build-js + +# build for development and watch edits +make watch-js + +# build for production with minification +make build-js-production +```
\ No newline at end of file |