Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 604 Bytes

File metadata and controls

27 lines (20 loc) · 604 Bytes

nextcloud-register

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

  1. clone and setup https://github.com/nextcloud/nextcloud-theme
  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
npm ci
npm run build

# install dependencies and setup env
npm ci

# build for production
npm run build

# build for dev
npm run dev

# build and watch changes
npm run watch