👤 Simple Sign up on https://nextcloud.com/signup
Перейти к файлу
John Molakvoæ dc42182c72
Merge pull request #666 from nextcloud/dependabot/npm_and_yarn/flag-icons-7.3.2
chore(deps): bump flag-icons from 7.2.3 to 7.3.2
2025-01-20 05:25:52 +01:00
.github ci: Update workflows 2024-09-10 11:23:46 +02: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
LICENSE Initial commit 2018-04-25 11:14:06 +02:00
README.md Update README.md 2022-05-25 11:22:19 +02:00
babel.config.js Use global configs 2022-05-19 14:19:08 +02:00
package-lock.json chore(deps): bump flag-icons from 7.2.3 to 7.3.2 2025-01-20 03:33:28 +00:00
package.json chore(deps): bump flag-icons from 7.2.3 to 7.3.2 2025-01-20 03:33:28 +00: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

README.md

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