@genesislcap/pbc-auth-ui
v14.411.0
Published
Genesis PBC auth UI
Downloads
7,948
Readme
Web Client
Frontend stack
Genesis components are standards-based Web Components, making them compatible with almost any modern web framework.
Development
- Install dependencies:
npm run bootstrap- Start Web development server in watch mode:
npm run dev- Build for production:
npm run buildPreview production build:
npm run serveClean
Remove distribution and node_modules directories:
npm run cleanBaseline task combines clean and bootstrap tasks into a single command:
npm run baseline