nextcloud-server/apps/accessibility
Nextcloud bot b19c6f290f
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-15 02:45:47 +07:00
..
appinfo Format code to a single space around binary operators 2020-10-05 20:25:24 +07:00
composer Revert "[stable21] Hash job argument" 2022-01-20 21:10:40 +07:00
css address 2nd review 2022-01-14 09:38:55 +07:00
fonts
img
js Manual compilation 2021-11-09 11:30:52 +07:00
l10n [tx-robot] updated from transifex 2022-02-15 02:45:47 +07:00
lib Fix accessibility theme for guests 2021-07-09 11:27:32 +07:00
src Fix accessibility theme for guests 2021-07-09 11:27:32 +07:00
templates
.editorconfig
.gitignore
.jshintrc
.l10nignore Update .l10nignore for apps to exclude bundled JS files 2020-09-15 12:28:43 +07:00
Makefile
README.md
webpack.js

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