Roeland Jago Douma 8728eab9d7 Fix app updates vor 4 Jahren
..
appinfo 8728eab9d7 Fix app updates vor 4 Jahren
composer 3334a315de Update autoload checkers vor 5 Jahren
css ae9523c6ce Add highcontrast style for dark mode vor 5 Jahren
fonts 7781779770 Accessibility ♿ vor 6 Jahren
img adb3e59a01 Change name of high contrast theme to high contrast mode vor 5 Jahren
js fe83d5990d Bump @nextcloud/axios from 1.1.0 to 1.3.1 vor 4 Jahren
l10n 4c1e631be9 [tx-robot] updated from transifex vor 4 Jahren
lib 5bf3d1bb38 Update license headers vor 5 Jahren
src ec01e0a790 Bump eslint-config-nextcloud from 0.0.6 to 0.1.0 vor 4 Jahren
templates 836e7305d0 Fix accessibility vor 5 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 5 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