@codementor/chat-widget
v6.5.0
Published
Standalone chat plugin of Codementor Chat
Downloads
223
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.io
at/etc/hosts
- Run
$ ./bin/generate-local-cert
- Double click on
local.codementor.io.cert.pem
file - Select the item you just imported, press
Cmd+i
, expandTrust
section, selectAlways trust
forWhen 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
)