nextcloud-server/apps/accessibility
Nextcloud bot b5338e380e
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-23 02:27:52 +00:00
..
appinfo
composer Update composer generated files to latest version 2022-03-14 11:30:41 +01:00
css
fonts
img
l10n [tx-robot] updated from transifex 2022-03-23 02:27:52 +00:00
lib Remove leftover useless comment 2022-03-22 09:44:39 +01:00
src
templates
.editorconfig
.gitignore
.jshintrc
.l10nignore
Makefile
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