nextcloud-server/apps/accessibility
2021-06-05 12:36:30 +02:00
..
appinfo Update php licenses 2021-06-04 22:02:41 +02:00
composer Update autoloader files 2021-03-02 16:36:21 +01:00
css Fix app icon list in dark mode 2021-02-15 16:26:30 +01:00
fonts
img
js Port dav calendar settings page to Vue.js 2021-06-05 11:22:25 +02:00
l10n [tx-robot] updated from transifex 2021-05-24 02:26:31 +00:00
lib Update php licenses 2021-06-04 22:02:41 +02:00
src Bump js licenses 2021-03-31 12:17:18 +02:00
templates
.editorconfig
.gitignore
.jshintrc
.l10nignore
Makefile
README.md
webpack.js Bump js licenses 2021-03-31 12:17:18 +02:00

Accessibility

This app provide multiple features to ease the use of nextcloud.

Build Setup

# 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

# clean output files
make clean