nextcloud-server/apps/accessibility
Nextcloud bot 34c9b572eb
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-05 02:28:03 +07:00
..
appinfo Master is now 24 2021-11-11 10:11:09 +07:00
composer Build autoloader with new composer version 2022-03-30 15:40:23 +07:00
css address 2nd review 2022-01-10 17:31:43 +07:00
fonts
img
l10n [tx-robot] updated from transifex 2022-04-05 02:28:03 +07:00
lib Remove leftover useless comment 2022-03-22 09:44:39 +07:00
src Replace license information to SPDX expression 2022-01-11 17:26:40 +07:00
templates
.editorconfig
.gitignore
.jshintrc
.l10nignore
Makefile
README.md

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