nextcloud/apps/accessibility
dependabot-preview[bot] 10ac729118
Bump core-js from 3.8.2 to 3.8.3
Bumps [core-js](https://github.com/zloirock/core-js) from 3.8.2 to 3.8.3.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/compare/v3.8.2...v3.8.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-01-27 19:19:00 +01:00
..
appinfo Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
composer rebuild autoloader scripts with 2.0.7 2020-11-26 15:49:03 +01:00
css Dark mode adjustments for popover 2021-01-20 12:25:33 +01:00
fonts
img compress some images with tinypng.com 2020-05-22 13:07:11 +00:00
js Bump core-js from 3.8.2 to 3.8.3 2021-01-27 19:19:00 +01:00
l10n [tx-robot] updated from transifex 2021-01-27 02:20:46 +00:00
lib Update all license headers for Nextcloud 21 2020-12-16 18:48:22 +01:00
src Add highcontrast class to body just like with dark theme 2020-08-18 08:33:46 +02:00
templates Fix accessibility 2019-11-20 19:42:52 +01:00
.editorconfig
.gitignore
.jshintrc
.l10nignore Update .l10nignore for apps to exclude bundled JS files 2020-09-15 12:28:43 +02:00
Makefile
README.md
webpack.js Fix accessibilityoca script 2020-08-03 16:37:54 +02: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