Standalone chat plugin of Codementor Chat
Remember to build before release or import by others!
- 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
- yarn install
- yarn start
- visit https://local.codementor.io:3101
- 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
)