Nextcloud bot 36ef7c1f2c [tx-robot] updated from transifex 4 gadi atpakaļ
..
appinfo 4c19b3b2c6 Bump versions of server and the requirements of apps 5 gadi atpakaļ
composer 1c95dbfe90 17.0.8 RC1 4 gadi atpakaļ
css 97fbf91f29 Use native font stack 5 gadi atpakaļ
fonts 7781779770 Accessibility ♿ 6 gadi atpakaļ
img 1aa7fd8917 Bump preview 6 gadi atpakaļ
js 37cca6ffe7 Use @nextcloud/axios to keep the CSRF token in sync 5 gadi atpakaļ
l10n 36ef7c1f2c [tx-robot] updated from transifex 4 gadi atpakaļ
lib ddbdc21ccf Remove beta from dark theme name ref #16076 5 gadi atpakaļ
src 37cca6ffe7 Use @nextcloud/axios to keep the CSRF token in sync 5 gadi atpakaļ
templates 7781779770 Accessibility ♿ 6 gadi atpakaļ
.babelrc.js f2411939de Transpile arrow function for ie11 compatibility 6 gadi atpakaļ
.editorconfig 7781779770 Accessibility ♿ 6 gadi atpakaļ
.eslintrc.js 7781779770 Accessibility ♿ 6 gadi atpakaļ
.gitignore 7781779770 Accessibility ♿ 6 gadi atpakaļ
.jshintrc 7781779770 Accessibility ♿ 6 gadi atpakaļ
.l10nignore f18d989720 Fix translation sync for accessibiltiy 5 gadi atpakaļ
Makefile 7781779770 Accessibility ♿ 6 gadi atpakaļ
README.md 7781779770 Accessibility ♿ 6 gadi atpakaļ
webpack.js b53a9130a6 Unify webpack config 5 gadi atpakaļ

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