# nextcloud-register **Repository Path**: mirrors_nextcloud/nextcloud-register ## Basic Information - **Project Name**: nextcloud-register - **Description**: 👤 Simple Sign up on https://nextcloud.com/signup - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-08 - **Last Updated**: 2026-01-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # nextcloud-register > This is the app that manages the single signup process on [nextcloud.com](https://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](https://github.com/nextcloud/nextcloud-theme) folder, clone this repository 4. build ## Build Setup ``` bash # 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 ```