nextcloud/apps/accessibility
Nextcloud bot 67b14cc0bd
[tx-robot] updated from transifex
2020-01-02 02:27:10 +00:00
..
appinfo Update license headers 2019-12-05 15:38:45 +01:00
composer
css
fonts
img
js Bump @babel/preset-env from 7.7.6 to 7.7.7 2019-12-30 14:41:15 +01:00
l10n [tx-robot] updated from transifex 2020-01-02 02:27:10 +00:00
lib Update license headers 2019-12-05 15:38:45 +01:00
src Bump eslint-config-nextcloud from 0.0.6 to 0.1.0 2019-12-19 11:55:33 +01:00
templates
.editorconfig
.gitignore
.jshintrc
.l10nignore
Makefile
README.md
webpack.js

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