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: 4 months ago
JSON representation
👤 Simple Sign up on https://nextcloud.com/signup
- Host: GitHub
- URL: https://github.com/nextcloud/nextcloud-register
- Owner: nextcloud
- License: agpl-3.0
- Created: 2018-09-03T19:56:58.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-01-20T04:25:53.000Z (over 1 year ago)
- Last Synced: 2025-01-30T08:43:08.559Z (over 1 year ago)
- Topics: nextcloud, nextcloud-register, register, signup, simple-signup, vue, vuejs
- Language: Vue
- Homepage: https://nextcloud.com/signup
- Size: 3.95 MB
- Stars: 9
- Watchers: 4
- Forks: 5
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```