No description
Find a file
2025-12-12 11:59:02 +01:00
.github ci: update node.yml workflow from template 2025-06-01 11:43:26 +00:00
public fix: flags and allow testing the UI by serving locally 2024-10-23 11:13:48 +02:00
src Updated field radius and new icon 2024-10-23 15:02:24 +02:00
.eslintrc.js fix: flags and allow testing the UI by serving locally 2024-10-23 11:13:48 +02:00
.gitignore Initial vue component and app. Provider distance calculator 2018-04-25 11:16:36 +02:00
.stylelintignore Lint fix 2022-05-19 14:25:09 +02:00
babel.config.js Use global configs 2022-05-19 14:19:08 +02:00
LICENSE Initial commit 2018-04-25 11:14:06 +02:00
package-lock.json chore(deps): bump axios from 1.7.7 to 1.9.0 2025-12-12 10:45:50 +01:00
package.json chore(deps): bump axios from 1.7.7 to 1.9.0 2025-12-12 10:45:50 +01:00
README.md Update README.md 2022-05-25 11:22:19 +02:00
stylelint.config.js Use global configs 2022-05-19 14:19:08 +02:00
webpack.config.js fix: flags and allow testing the UI by serving locally 2024-10-23 11:13:48 +02:00

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