nextcloud-server/apps/accessibility
2022-01-14 10:11:54 +01:00
..
appinfo
composer
css address 2nd review 2022-01-10 17:31:43 +01:00
fonts
img
l10n [tx-robot] updated from transifex 2022-01-14 02:28:10 +00:00
lib
src Replace license information to SPDX expression 2022-01-11 17:26:40 +01:00
templates
.editorconfig
.gitignore
.jshintrc
.l10nignore
Makefile
README.md

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