@vlprojects-chat/chat
v0.23.0
Published
vlprojects chat
Readme
lsd-chat-react
lsd-chat-react is a standalone package with chat functionality, mostly used in ld rooms
Development
- copy .env.example to .env.local, pick free available PORT
- yarn
- yarn start
To 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 withyalc publish --sig, to avoid local caching. - To add local package to consumer app, use
yalc add @vlprojects-chat/chatin app repository and update it with newest package version withyalc update
Deployment
- Update package version
- Merge pr
- Tag it with new version
- Make new github release with this tag
