You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dependabot[bot] 7793064eac Bump core-js from 3.18.1 to 3.18.2 2 년 전
..
appinfo Update app versions for 23 2 년 전
composer Update generated composer files to latest format 2 년 전
css Fix app icon list in dark mode 3 년 전
fonts Accessibility ♿ 6 년 전
img compress some images with tinypng.com 4 년 전
js Bump core-js from 3.18.1 to 3.18.2 2 년 전
l10n [tx-robot] updated from transifex 2 년 전
lib [Accessibility App]: Remove unused parameters in settings class 3 년 전
src Bump @nextcloud/router from 1.2.0 to 2.0.0 2 년 전
templates Fix accessibility 4 년 전
.editorconfig Accessibility ♿ 6 년 전
.gitignore Accessibility ♿ 6 년 전
.jshintrc Accessibility ♿ 6 년 전
.l10nignore Update .l10nignore for apps to exclude bundled JS files 3 년 전
Makefile Accessibility ♿ 6 년 전
README.md Accessibility ♿ 6 년 전
webpack.js Bump js licenses 3 년 전

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