Nextcloud bot 4c1e631be9 [tx-robot] updated from transifex пре 4 година
..
appinfo 5bf3d1bb38 Update license headers пре 4 година
composer 3334a315de Update autoload checkers пре 5 година
css ae9523c6ce Add highcontrast style for dark mode пре 5 година
fonts 7781779770 Accessibility ♿ пре 6 година
img adb3e59a01 Change name of high contrast theme to high contrast mode пре 5 година
js fe83d5990d Bump @nextcloud/axios from 1.1.0 to 1.3.1 пре 4 година
l10n 4c1e631be9 [tx-robot] updated from transifex пре 4 година
lib 5bf3d1bb38 Update license headers пре 4 година
src ec01e0a790 Bump eslint-config-nextcloud from 0.0.6 to 0.1.0 пре 4 година
templates 836e7305d0 Fix accessibility пре 4 година
.editorconfig 7781779770 Accessibility ♿ пре 6 година
.gitignore 7781779770 Accessibility ♿ пре 6 година
.jshintrc 7781779770 Accessibility ♿ пре 6 година
.l10nignore f18d989720 Fix translation sync for accessibiltiy пре 5 година
Makefile 7781779770 Accessibility ♿ пре 6 година
README.md 7781779770 Accessibility ♿ пре 6 година
webpack.js e6e73b636f Use different jsonpFunction пре 5 година

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