mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 21:37:15 +00:00
.. | ||
src | ||
client.d.ts | ||
client.js | ||
package.json | ||
README.md | ||
server.d.ts | ||
server.js |
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 sign up page
Open http://localhost:13000/signup in a web browser.