nextcloud-server/apps/accessibility
Christoph Wurst 4d37709f58
Add missing files for Composer v2
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-08-16 08:30:10 +07:00
..
appinfo Format code to a single space around binary operators 2020-10-05 20:25:24 +07:00
composer Add missing files for Composer v2 2021-08-16 08:30:10 +07:00
css Fix app icon list in dark mode 2021-02-15 19:37:29 +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.17 2021-07-15 00:35:42 +07:00
l10n [tx-robot] updated from transifex 2021-08-11 02:26:59 +07:00
lib Fix accessibility theme for guests 2021-07-09 11:27:32 +07:00
src Fix accessibility theme for guests 2021-07-09 11:27:32 +07:00
templates Fix accessibility 2019-11-20 19:42:52 +07:00
.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