Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.md « accessibility « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c9713ff5c07a1f4242df7b9a5c1fcf0a1695c3db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Accessibility ♿

> This app provide multiple features to ease the use of nextcloud.

## Build Setup

``` bash
# 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
```