nocobase/packages/samples/custom-signup-page/README.md
2022-10-12 12:13:31 +08:00

335 B

Custom sign up page

Register

yarn pm add sample-custom-signup-page

Activate

yarn pm enable sample-custom-signup-page

Launch the app

# for development
yarn dev

# for production
yarn build
yarn start

Visit the custom page

Open http://localhost:13000/hello-world in a web browser.