Nextcloud bot ca76d13c78 [tx-robot] updated from transifex vor 5 Jahren
..
appinfo 4c19b3b2c6 Bump versions of server and the requirements of apps vor 5 Jahren
css 97fbf91f29 Use native font stack vor 5 Jahren
fonts 7781779770 Accessibility ♿ vor 6 Jahren
img 1aa7fd8917 Bump preview vor 6 Jahren
js fa40c57e8d Update JS bundle vor 5 Jahren
l10n ca76d13c78 [tx-robot] updated from transifex vor 5 Jahren
lib 3bb2c87648 Do not cut full color on accessibility svg color invert vor 5 Jahren
src 6a5f081fc6 Fix selecting an accessibility theme with the keyboard vor 5 Jahren
templates 7781779770 Accessibility ♿ vor 6 Jahren
.babelrc.js f2411939de Transpile arrow function for ie11 compatibility vor 5 Jahren
.editorconfig 7781779770 Accessibility ♿ vor 6 Jahren
.eslintrc.js 7781779770 Accessibility ♿ vor 6 Jahren
.gitignore 7781779770 Accessibility ♿ vor 6 Jahren
.jshintrc 7781779770 Accessibility ♿ vor 6 Jahren
.l10nignore f18d989720 Fix translation sync for accessibiltiy vor 5 Jahren
Makefile 7781779770 Accessibility ♿ vor 6 Jahren
README.md 7781779770 Accessibility ♿ vor 6 Jahren
webpack.js b53a9130a6 Unify webpack config vor 5 Jahren

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