Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nextcloud/nextcloud-register

👤 Simple Sign up on https://nextcloud.com/signup
https://github.com/nextcloud/nextcloud-register

nextcloud nextcloud-register register signup simple-signup vue vuejs

Last synced: 3 days ago
JSON representation

👤 Simple Sign up on https://nextcloud.com/signup

Awesome Lists containing this project

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
```