nextcloud-server/apps/accessibility
Nextcloud bot c1d2a613d2
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-10-04 02:26:16 +07:00
..
appinfo Update app versions for 23 2021-09-28 12:21:40 +07:00
composer Update generated composer files to latest format 2021-09-22 11:37:04 +07:00
css Fix app icon list in dark mode 2021-02-15 16:26:30 +07:00
fonts
img
js Bump core-js from 3.18.0 to 3.18.1 2021-10-03 14:41:21 +07:00
l10n [tx-robot] updated from transifex 2021-10-04 02:26:16 +07:00
lib [Accessibility App]: Remove unused parameters in settings class 2021-07-13 20:32:19 +07:00
src Bump @nextcloud/router from 1.2.0 to 2.0.0 2021-07-23 15:56:28 +07:00
templates
.editorconfig
.gitignore
.jshintrc
.l10nignore
Makefile
README.md
webpack.js Bump js licenses 2021-03-31 12:17:18 +07: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