Nextcloud bot d60bd93641 [tx-robot] updated from transifex il y a 5 ans
..
appinfo 4c19b3b2c6 Bump versions of server and the requirements of apps il y a 5 ans
composer b2a4e659a7 Add autoloaders for shipped apps il y a 5 ans
css 97fbf91f29 Use native font stack il y a 5 ans
fonts 7781779770 Accessibility ♿ il y a 6 ans
img 1aa7fd8917 Bump preview il y a 6 ans
js b84b78d203 Bump webpack from 4.38.0 to 4.39.1 il y a 5 ans
l10n d60bd93641 [tx-robot] updated from transifex il y a 5 ans
lib ddbdc21ccf Remove beta from dark theme name ref #16076 il y a 5 ans
src 6a5f081fc6 Fix selecting an accessibility theme with the keyboard il y a 5 ans
templates 7781779770 Accessibility ♿ il y a 6 ans
.babelrc.js f2411939de Transpile arrow function for ie11 compatibility il y a 5 ans
.editorconfig 7781779770 Accessibility ♿ il y a 6 ans
.eslintrc.js 7781779770 Accessibility ♿ il y a 6 ans
.gitignore 7781779770 Accessibility ♿ il y a 6 ans
.jshintrc 7781779770 Accessibility ♿ il y a 6 ans
.l10nignore f18d989720 Fix translation sync for accessibiltiy il y a 5 ans
Makefile 7781779770 Accessibility ♿ il y a 6 ans
README.md 7781779770 Accessibility ♿ il y a 6 ans
webpack.js b53a9130a6 Unify webpack config il y a 5 ans

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