Files
nextcloud-server-mirror/apps/accessibility
Roeland Jago Douma bc961baa40 Move some settings over to the IInitialState
The old one has been deprecated. Part one of many.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-03-02 21:11:56 +01:00
..
2021-02-03 08:38:41 +01:00
2021-03-02 16:36:21 +01:00
2021-02-15 16:26:30 +01:00
2020-05-22 13:07:11 +00:00
2021-03-02 02:22:18 +00:00
2019-11-20 19:42:52 +01:00
2020-08-03 16:37:54 +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