nextcloud-server/apps/accessibility
John Molakvoæ (skjnldsv) fa137d3ea9
Keyboard navigation on app
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-06-25 18:44:59 +07:00
..
appinfo Enable accessibility by default 2018-06-25 17:12:28 +07:00
css Keyboard navigation on app 2018-06-25 18:44:59 +07:00
fonts
img Bump preview 2018-06-25 17:12:27 +07:00
js Keyboard navigation on app 2018-06-25 18:44:59 +07:00
lib Merging highcontrast themes 2018-06-25 17:12:28 +07:00
src Keyboard navigation on app 2018-06-25 18:44:59 +07:00
templates
.babelrc
.editorconfig
.eslintrc.js
.gitignore
.jshintrc
Makefile
README.md
package-lock.json Keyboard navigation on app 2018-06-25 18:44:59 +07:00
package.json Config set and drone 2018-06-25 17:12:27 +07:00
webpack.common.js
webpack.dev.js
webpack.prod.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