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

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