summaryrefslogtreecommitdiffstats
path: root/README.md
blob: 62cd40099bf42a6c9598477e39abb8bb437c4ea7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# contacts

> A contacts app for Nextcloud. Easily sync contacts from various devices, share and edit them online.

## Build Setup

``` bash
# set up and build for production
make

# install dependencies
make dev-setup

# build for dev and watch changes
make watch-js

# build for dev
make build-js

# build for production with minification
make build-js-production
```