This skeleton sets up a plugin for Humany using the Conversation Platform.
For documentation on how to use the platform: @humany/widget-conversation.
- Ensure NodeJS and Git is installed.
- Clone or fork this repository.
- From the root folder, execute the following command to install the dependencies:
yarn - From the root folder, execute one of the following commands to generate the bundle.
yarn buildyarn build-dev - To watch the plugin in action
yarn start
This will launch your browser and redirect you to a simple server where you can see your plugin in action.