John Molakvoæ 9ea72b1010 Migrating themes to Theming app há 2 anos atrás
..
appinfo bd6182b791 Master is now 25 há 2 anos atrás
composer 1c7ecfc544 Fix an issue with the search backend update há 2 anos atrás
css 9ea72b1010 Migrating themes to Theming app há 2 anos atrás
fonts 7781779770 Accessibility ♿ há 6 anos atrás
img 4ad622a720 compress some images with tinypng.com há 4 anos atrás
l10n 2c267524fc [tx-robot] updated from transifex há 2 anos atrás
lib 57bf348d37 Remove leftover useless comment há 2 anos atrás
src 14e57bf70a Replace license information to SPDX expression há 2 anos atrás
templates 836e7305d0 Fix accessibility há 5 anos atrás
.editorconfig 7781779770 Accessibility ♿ há 6 anos atrás
.gitignore 7781779770 Accessibility ♿ há 6 anos atrás
.jshintrc 7781779770 Accessibility ♿ há 6 anos atrás
.l10nignore f6c729a96c Update .l10nignore for apps to exclude bundled JS files há 4 anos atrás
Makefile 7781779770 Accessibility ♿ há 6 anos atrás
README.md 7781779770 Accessibility ♿ há 6 anos atrás

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