/nextcloud-register

👤 The app that manages the single signup process on nextcloud.com

Primary LanguageVueGNU Affero General Public License v3.0AGPL-3.0

nextcloud-register

This is the app that manages the single signup process on nextcloud.com

  1. clone and setup https://github.com/nextcloud/nextcloud.com
  2. create a preferred.json file and setup the config.php with the correct data
  3. on the nextcloud theme folder, clone this repository
  4. build

Build Setup

# fully build this app
make

# install dependencies and setup env
make dev-setup

# build for production
make build-js-production

# build for dev
make build-js

# build and watch changes
make watch-js