Files
nextcloud-server-mirror/apps/accessibility
Nextcloud bot ba7a31d73b [tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-15 02:45:26 +00:00
..
2021-11-11 10:11:09 +01:00
2021-11-04 12:30:11 +01:00
2022-01-10 17:31:43 +01:00
2020-05-22 13:07:11 +00:00
2022-02-15 02:45:26 +00:00
2019-11-20 19:42:52 +01: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