dependabot[bot] fab3377ebb Bump webpack from 4.12.1 to 4.12.2 in /apps/accessibility 6 år sedan
..
appinfo 66f71ac42e Fix deps security 6 år sedan
css fa137d3ea9 Keyboard navigation on app 6 år sedan
fonts 7781779770 Accessibility ♿ 6 år sedan
img 1aa7fd8917 Bump preview 6 år sedan
js fa137d3ea9 Keyboard navigation on app 6 år sedan
lib 6806c589d0 Merging highcontrast themes 6 år sedan
src fa137d3ea9 Keyboard navigation on app 6 år sedan
templates 7781779770 Accessibility ♿ 6 år sedan
.babelrc 7781779770 Accessibility ♿ 6 år sedan
.editorconfig 7781779770 Accessibility ♿ 6 år sedan
.eslintrc.js 7781779770 Accessibility ♿ 6 år sedan
.gitignore 7781779770 Accessibility ♿ 6 år sedan
.jshintrc 7781779770 Accessibility ♿ 6 år sedan
Makefile 7781779770 Accessibility ♿ 6 år sedan
README.md 7781779770 Accessibility ♿ 6 år sedan
package-lock.json fab3377ebb Bump webpack from 4.12.1 to 4.12.2 in /apps/accessibility 6 år sedan
package.json fab3377ebb Bump webpack from 4.12.1 to 4.12.2 in /apps/accessibility 6 år sedan
webpack.common.js 66f71ac42e Fix deps security 6 år sedan
webpack.dev.js 7781779770 Accessibility ♿ 6 år sedan
webpack.prod.js 7781779770 Accessibility ♿ 6 år sedan

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