John Molakvoæ (skjnldsv) 2e57324629 Update contrast theme to better readability on icons and files action 6 yıl önce
..
appinfo 66f71ac42e Fix deps security 6 yıl önce
css 2e57324629 Update contrast theme to better readability on icons and files action 6 yıl önce
fonts 7781779770 Accessibility ♿ 6 yıl önce
img 1aa7fd8917 Bump preview 6 yıl önce
js d4cbddd019 rebuild js 6 yıl önce
lib a7c426aa5c Add default theming into accessibility compiler 6 yıl önce
src fa137d3ea9 Keyboard navigation on app 6 yıl önce
templates 7781779770 Accessibility ♿ 6 yıl önce
.babelrc 7781779770 Accessibility ♿ 6 yıl önce
.editorconfig 7781779770 Accessibility ♿ 6 yıl önce
.eslintrc.js 7781779770 Accessibility ♿ 6 yıl önce
.gitignore 7781779770 Accessibility ♿ 6 yıl önce
.jshintrc 7781779770 Accessibility ♿ 6 yıl önce
Makefile 7781779770 Accessibility ♿ 6 yıl önce
README.md 7781779770 Accessibility ♿ 6 yıl önce
package-lock.json 09373b1f41 Bump webpack-cli from 3.0.8 to 3.1.0 in /apps/accessibility 6 yıl önce
package.json 09373b1f41 Bump webpack-cli from 3.0.8 to 3.1.0 in /apps/accessibility 6 yıl önce
webpack.common.js 66f71ac42e Fix deps security 6 yıl önce
webpack.dev.js 7781779770 Accessibility ♿ 6 yıl önce
webpack.prod.js 7781779770 Accessibility ♿ 6 yıl önce

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