nextcloud-server/apps/accessibility
2020-07-03 12:31:35 +02:00
..
appinfo Move accessibility js route to static js and initial state 2020-06-17 19:37:37 +02:00
composer Move accessibility js route to static js and initial state 2020-06-17 19:37:37 +02:00
css Fix dark mode color-box-shadow variable 2020-03-13 13:31:40 +01:00
fonts
img compress some images with tinypng.com 2020-05-22 13:07:11 +00:00
js Bump @nextcloud/router from 1.0.2 to 1.1.0 2020-07-03 06:42:35 +00:00
l10n [tx-robot] updated from transifex 2020-07-03 02:17:12 +00:00
lib Fix dark mode for guests 2020-06-23 19:54:41 +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