Artur Neumann c001c4b3ac autoloaderchecker hace 2 años
..
appinfo 8e12ac290f Master is now 24 hace 3 años
composer c001c4b3ac autoloaderchecker hace 1 año
css 7cdc579026 Fix inverted profile picture hace 2 años
fonts 7781779770 Accessibility ♿ hace 6 años
img 4ad622a720 compress some images with tinypng.com hace 4 años
l10n 2c267524fc [tx-robot] updated from transifex hace 2 años
lib 20efadff5f Properly calculate primary element based on background luminance hace 2 años
src 14e57bf70a Replace license information to SPDX expression hace 2 años
templates 836e7305d0 Fix accessibility hace 5 años
.editorconfig 7781779770 Accessibility ♿ hace 6 años
.gitignore 7781779770 Accessibility ♿ hace 6 años
.jshintrc 7781779770 Accessibility ♿ hace 6 años
.l10nignore f6c729a96c Update .l10nignore for apps to exclude bundled JS files hace 4 años
Makefile 7781779770 Accessibility ♿ hace 6 años
README.md 7781779770 Accessibility ♿ hace 6 años

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