mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 23:36:15 +00:00
29 lines
371 B
Markdown
29 lines
371 B
Markdown
# Custom sign up page
|
|
|
|
## Register
|
|
|
|
```ts
|
|
yarn pm add sample-custom-signup-page
|
|
```
|
|
|
|
## Activate
|
|
|
|
```bash
|
|
yarn pm enable sample-custom-signup-page
|
|
```
|
|
|
|
## Launch the app
|
|
|
|
```bash
|
|
# for development
|
|
yarn dev
|
|
|
|
# for production
|
|
yarn build
|
|
yarn start
|
|
```
|
|
|
|
## Visit the custom sign up page
|
|
|
|
Open [http://localhost:13000/signup](http://localhost:13000/signup) in a web browser.
|