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