Nextcloud bot 1870e87464 [tx-robot] updated from transifex 3 years ago
..
appinfo 5bf3d1bb38 Update license headers 5 years ago
composer 3334a315de Update autoload checkers 5 years ago
css 157db55602 Fix query selector for inverted icons 4 years ago
fonts 7781779770 Accessibility ♿ 6 years ago
img adb3e59a01 Change name of high contrast theme to high contrast mode 5 years ago
js 5516f0f7e4 Compile assets 4 years ago
l10n 1870e87464 [tx-robot] updated from transifex 3 years ago
lib c97df156b2 FIx logging in accessibility controller 4 years ago
src e217aa2743 Use a normal string to translate. 4 years ago
templates 836e7305d0 Fix accessibility 5 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 5 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