John Molakvoæ 20efadff5f Properly calculate primary element based on background luminance 2 yıl önce
..
appinfo 8e12ac290f Master is now 24 3 yıl önce
composer 1c7ecfc544 Fix an issue with the search backend update 2 yıl önce
css d11f235fa4 address 2nd review 2 yıl önce
fonts 7781779770 Accessibility ♿ 6 yıl önce
img 4ad622a720 compress some images with tinypng.com 4 yıl önce
l10n 2c267524fc [tx-robot] updated from transifex 2 yıl önce
lib 20efadff5f Properly calculate primary element based on background luminance 2 yıl önce
src 14e57bf70a Replace license information to SPDX expression 2 yıl önce
templates 836e7305d0 Fix accessibility 5 yıl önce
.editorconfig 7781779770 Accessibility ♿ 6 yıl önce
.gitignore 7781779770 Accessibility ♿ 6 yıl önce
.jshintrc 7781779770 Accessibility ♿ 6 yıl önce
.l10nignore f6c729a96c Update .l10nignore for apps to exclude bundled JS files 4 yıl önce
Makefile 7781779770 Accessibility ♿ 6 yıl önce
README.md 7781779770 Accessibility ♿ 6 yıl önce

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