Nextcloud bot cac1480bf8 [tx-robot] updated from transifex vor 4 Jahren
..
appinfo 8728eab9d7 Fix app updates vor 4 Jahren
composer 150f39ed50 Update autoloaders for composer v1.10.1 vor 4 Jahren
css e976e076b6 Fix dark mode color-box-shadow variable vor 4 Jahren
fonts 7781779770 Accessibility ♿ vor 6 Jahren
img adb3e59a01 Change name of high contrast theme to high contrast mode vor 4 Jahren
js 548f9dcbb3 Bump webpack from 4.42.0 to 4.42.1 vor 4 Jahren
l10n cac1480bf8 [tx-robot] updated from transifex vor 4 Jahren
lib 1a9330cd69 Update the license headers for Nextcloud 19 vor 4 Jahren
src 6af1ed8cb3 Update eslint and switch to @nextcloud packages vor 4 Jahren
templates 836e7305d0 Fix accessibility vor 4 Jahren
.editorconfig 7781779770 Accessibility ♿ vor 6 Jahren
.gitignore 7781779770 Accessibility ♿ vor 6 Jahren
.jshintrc 7781779770 Accessibility ♿ vor 6 Jahren
.l10nignore f18d989720 Fix translation sync for accessibiltiy vor 5 Jahren
Makefile 7781779770 Accessibility ♿ vor 6 Jahren
README.md 7781779770 Accessibility ♿ vor 6 Jahren
webpack.js e6e73b636f Use different jsonpFunction vor 4 Jahren

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