nextcloud/apps/accessibility
2020-03-02 02:18:18 +00:00
..
appinfo Fixed Uppercase of Product name 2019-03-14 20:30:28 +01:00
css Change text color in search box in darktheme, ref #15598 2019-05-28 11:51:54 +00:00
fonts
img
js [Security] Bump axios from 0.18.0 to 0.18.1 2019-06-03 12:34:37 +02:00
l10n [tx-robot] updated from transifex 2020-03-02 02:18:18 +00:00
lib
src Fix selecting an accessibility theme with the keyboard 2019-03-25 08:16:01 +01:00
templates
.babelrc.js
.editorconfig
.eslintrc.js
.gitignore
.jshintrc
.l10nignore
Makefile
README.md
webpack.js

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