Nextcloud bot 4c1e631be9 [tx-robot] updated from transifex 4 years ago
..
appinfo 5bf3d1bb38 Update license headers 4 years ago
composer 3334a315de Update autoload checkers 5 years ago
css ae9523c6ce Add highcontrast style for dark mode 5 years ago
fonts 7781779770 Accessibility ♿ 6 years ago
img adb3e59a01 Change name of high contrast theme to high contrast mode 5 years ago
js fe83d5990d Bump @nextcloud/axios from 1.1.0 to 1.3.1 4 years ago
l10n 4c1e631be9 [tx-robot] updated from transifex 4 years ago
lib 5bf3d1bb38 Update license headers 4 years ago
src ec01e0a790 Bump eslint-config-nextcloud from 0.0.6 to 0.1.0 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 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