nextcloud-server/apps/accessibility
Joas Schilling 9de00f3d24
This is 22
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-02-03 08:38:41 +01:00
..
appinfo This is 22 2021-02-03 08:38:41 +01:00
composer Update all composer autoloader files 2021-01-28 14:24:34 +01:00
css
fonts
img
js Bump core-js from 3.8.2 to 3.8.3 2021-01-27 19:19:00 +01:00
l10n [tx-robot] updated from transifex 2021-02-02 02:19:50 +00:00
lib
src
templates
.editorconfig
.gitignore
.jshintrc
.l10nignore
Makefile
README.md
webpack.js

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