A contacts app for Nextcloud. Easily sync contacts from various devices, share and edit them online.
# 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