nextcloud-server/apps/accessibility
Nextcloud bot 65cd62e875
[tx-robot] updated from transifex
2021-02-14 02:20:02 +07:00
..
appinfo This is 22 2021-02-03 08:38:41 +07:00
composer Update all composer autoloader files 2021-01-28 14:24:34 +07:00
css Fix hover background for dark mode 2021-02-12 13:18:39 +07:00
fonts
img compress some images with tinypng.com 2020-05-22 13:07:11 +07:00
js Bump @babel/preset-env from 7.12.11 to 7.12.13 2021-02-07 11:36:26 +07:00
l10n [tx-robot] updated from transifex 2021-02-14 02:20:02 +07:00
lib Update all license headers for Nextcloud 21 2020-12-16 18:48:22 +07:00
src Add highcontrast class to body just like with dark theme 2020-08-18 08:33:46 +07:00
templates
.editorconfig
.gitignore
.jshintrc
.l10nignore Update .l10nignore for apps to exclude bundled JS files 2020-09-15 12:28:43 +07:00
Makefile
README.md
webpack.js Fix accessibilityoca script 2020-08-03 16:37:54 +07:00

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