Nextcloud bot 7ef10b2f48 [tx-robot] updated from transifex 4 tahun lalu
..
appinfo af1dd9f152 Bump app versions and requirements 4 tahun lalu
composer 150f39ed50 Update autoloaders for composer v1.10.1 4 tahun lalu
css e976e076b6 Fix dark mode color-box-shadow variable 4 tahun lalu
fonts 7781779770 Accessibility ♿ 6 tahun lalu
img 4ad622a720 compress some images with tinypng.com 4 tahun lalu
js 8f8de7f6d0 Bump vue-loader from 15.9.1 to 15.9.2 4 tahun lalu
l10n 7ef10b2f48 [tx-robot] updated from transifex 4 tahun lalu
lib cb057829f7 Update license headers for 19 4 tahun lalu
src 6af1ed8cb3 Update eslint and switch to @nextcloud packages 4 tahun lalu
templates 836e7305d0 Fix accessibility 4 tahun lalu
.editorconfig 7781779770 Accessibility ♿ 6 tahun lalu
.gitignore 7781779770 Accessibility ♿ 6 tahun lalu
.jshintrc 7781779770 Accessibility ♿ 6 tahun lalu
.l10nignore f18d989720 Fix translation sync for accessibiltiy 5 tahun lalu
Makefile 7781779770 Accessibility ♿ 6 tahun lalu
README.md 7781779770 Accessibility ♿ 6 tahun lalu
webpack.js e6e73b636f Use different jsonpFunction 4 tahun lalu

README.md

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