@codementor/chat-widget
v6.5.3
Published
Standalone chat plugin of Codementor Chat
Downloads
211
Keywords
Readme
CmChat
Standalone chat plugin of Codementor Chat
Remember to build before release or import by others!
Local development
SSL setup
- Add
0.0.0.0 local.codementor.ioat/etc/hosts - Run
$ ./bin/generate-local-cert - Double click on
local.codementor.io.cert.pemfile - Select the item you just imported, press
Cmd+i, expandTrustsection, selectAlways trustforWhen using this cert
Install dependencies & start
- yarn install
- yarn start
- visit https://local.codementor.io:3101
Deploy
- merge feature branch to
develop - run
yarn run release:[pre|patch|minor|major], which will create a new commit with new version and publish it! (make sure you have access to@codementor/chat-widget)
