nextcloud/apps/accessibility
Nextcloud bot 85767660ba
[tx-robot] updated from transifex
2019-06-14 02:14:26 +00:00
..
appinfo Bump versions of server and the requirements of apps 2019-04-11 14:02:23 +02:00
css Change text color in search box in darktheme, ref #15598 2019-05-26 17:03:40 +02:00
fonts
img
js Update JS bundle 2019-06-04 13:50:12 +02:00
l10n [tx-robot] updated from transifex 2019-06-14 02:14:26 +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 Unify webpack config 2019-05-29 15:19:18 +02:00

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