contacts/README.md

24 lines
371 B
Markdown
Raw Normal View History

# contacts
2015-10-26 10:29:01 +00:00
> A contacts app for Nextcloud. Easily sync contacts from various devices, share and edit them online.
2015-10-26 10:29:01 +00:00
## Build Setup
2016-03-25 13:38:52 +00:00
``` bash
# set up and build for production
make
2015-10-26 10:29:01 +00:00
# install dependencies
make dev-setup
2015-10-26 10:29:01 +00:00
# build for dev and watch changes
make watch-js
# build for dev
make build-js
# build for production with minification
make build-js-production
```