This is a module template to help you get started coding your own module. Please refer to the Developer's Guide to learn more about Botpress Modules.
- clone:
cd modules/ && git clone git@github.com:botpress/quick-start-module.git - zip: Download the zip and move it under the
modules/folder.
- Add the module to
src/templates/data/global/botpress.config.jsonundermodules:
{
"location": "MODULES_ROOT/quick-start-module",
"enabled": true
}- Run
yarn buildin botpress root. - Run
yarn startand you should see an hint in your logs that it worked 😉