vlprojects chat
npm install @vlprojects-chat/chatTo test package locally, use yalc, a local package manager. Install it with yarn global add yalc
- To publish changes, build a package with yarn build, and publish it with yalc publish --sig, to avoid local caching.
- To add local package to consumer app, use yalc add @vlprojects-chat/chat in app repository and update it with newest package version with yalc update