👤 Simple Sign up on https://nextcloud.com/signup
dc42182c72
chore(deps): bump flag-icons from 7.2.3 to 7.3.2 |
||
---|---|---|
.github | ||
public | ||
src | ||
.eslintrc.js | ||
.gitignore | ||
.stylelintignore | ||
LICENSE | ||
README.md | ||
babel.config.js | ||
package-lock.json | ||
package.json | ||
stylelint.config.js | ||
webpack.config.js |
README.md
nextcloud-register
This is the app that manages the single signup process on nextcloud.com
- clone and setup https://github.com/nextcloud/nextcloud-theme
- create a preferred.json file and setup the config.php with the correct data
- on the nextcloud theme folder, clone this repository
- 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