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 [email protected]: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.json
undermodules
:
{
"location": "MODULES_ROOT/quick-start-module",
"enabled": true
}
- Run
yarn build
in botpress root. - Run
yarn start
and you should see an hint in your logs that it worked 😉