nextcloud/apps/accessibility
2020-04-22 02:17:06 +00:00
..
appinfo Fix (array) indent style to always use one tab 2020-04-09 10:16:08 +02:00
composer Update autoloaders for composer v1.10.1 2020-03-19 09:48:49 +01:00
css Fix dark mode color-box-shadow variable 2020-03-13 13:31:40 +01:00
fonts
img
js Bump core-js from 1.4.1 to 1.5.0 2020-04-10 12:37:20 +00:00
l10n [tx-robot] updated from transifex 2020-04-22 02:17:06 +00:00
lib Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
src Update eslint and switch to @nextcloud packages 2020-03-25 11:53:59 +01:00
templates
.editorconfig
.gitignore
.jshintrc
.l10nignore
Makefile
README.md
webpack.js

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