Nextcloud bot afdc1bb151 [tx-robot] updated from transifex пре 3 година
..
appinfo cb057829f7 Update license headers for 19 пре 4 година
composer 6819208ad8 Bump composer пре 3 година
css e976e076b6 Fix dark mode color-box-shadow variable пре 4 година
fonts 7781779770 Accessibility ♿ пре 6 година
img adb3e59a01 Change name of high contrast theme to high contrast mode пре 5 година
js 169abb56ec Bump @nextcloud/axios from 1.3.2 to 1.3.3 пре 3 година
l10n afdc1bb151 [tx-robot] updated from transifex пре 3 година
lib cb057829f7 Update license headers for 19 пре 4 година
src 6af1ed8cb3 Update eslint and switch to @nextcloud packages пре 4 година
templates 836e7305d0 Fix accessibility пре 5 година
.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