Files
nextcloud-server-mirror/apps/accessibility
Nextcloud bot 283f394c60 [tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-11 02:26:43 +00:00
..
2021-06-24 16:08:39 +02:00
2021-06-21 15:54:51 +02:00
2021-02-15 16:26:30 +01:00
2020-05-22 13:07:11 +00:00
2021-07-31 17:55:48 +00:00
2021-08-11 02:26:43 +00:00
2021-03-31 12:17:18 +02:00

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