Genesis PBC auth UI
npm install @genesislcap/pbc-auth-uiGenesis components are standards-based Web Components, making them compatible with almost any modern web framework.
1. Install dependencies:
``shell`
npm run bootstrap
2. Start Web development server in watch mode:
`shell`
npm run dev
3. Build for production:
`shell`
npm run build
Preview production build:
`shell`
npm run serve
Remove distribution and node_modules directories:
`shell`
npm run clean
Baseline task combines clean and bootstrap tasks into a single command:
`shell``
npm run baseline