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

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