Files
nextcloud-server-mirror/apps/accessibility
2021-10-22 11:58:14 +02:00
..
2021-09-28 12:21:40 +02:00
2021-10-14 09:58:49 +02:00
2018-06-25 17:12:26 +02:00
2020-05-22 13:07:11 +00:00
2021-10-17 16:25:41 +02:00
2021-10-04 02:26:16 +00:00
2019-11-20 19:42:52 +01:00
2018-06-25 17:12:26 +02:00
2018-06-25 17:12:26 +02:00
2018-06-25 17:12:26 +02:00
2018-06-25 17:12:26 +02:00
2018-06-25 17:12:26 +02: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