@richify/chat
v1.2.3
Published
### Prerequisites - Install [pnpm](https://pnpm.io/installation) for bundling and development - node version is `v18.17.1` - login to npm for to release a version
Downloads
34
Readme
@richify/chat
Prerequisites
- Install pnpm for bundling and development
- node version is
v18.17.1
- login to npm for to release a version
Scripts
pnpm dev
: builds the scripts and watch the changespnpm build
: builds the scriptspnpm clean
: removesdist
and.rollup.cache
foldersnpm link
: Creates a symlink to consume this package in projects. Runpnpm clean && pnpm build
before releasing a new version