lisawilliams / botpress-test

Other
0 stars 0 forks source link

Initialized testbot and set up bot folder #4

Closed lisawilliams closed 6 years ago

lisawilliams commented 6 years ago

Ran npm install -g botpress to install botpress

Ran mkdir testbot to create a folder for the bot to live in Ran cd testbot to switch into that folder, then ran bp init to initialize a new bot.

This created a new folder, /testbot, with our bot's boilerplate files within.

Next step is to install the Facebook Messenger module, which will allow us to connect our bot to Facebook Messenger.

Responds to Issue #1.