pankosmia-rcl
v0.7.3
Published
A React Component Library for Pankosmia.
Readme
core-client-rcl
A React Component Library for Pankosmia.
Build
bash
npm run build
This uses Vite to create two folders:
build— used by the appexported-rcl— what will be published to npm
Debugging
To check which files will be exported before publishing, run:
bash
npm pack --dry-run
