The web app that can edit bots in OBI format, and can use Bot Launcher to run bot.
Prerequisite:
- node > 12
- yarn // npm install -g yarn
To build for hosting as site extension
set PUBLIC_URL=/composer
Commands:
$ cd Composer
$ yarn install
$ yarn build
$ yarn startall
then go to http://localhost:3000/, best experienced in Chrome
If you run into the issue of There appears to be trouble with your network connection. Retrying...
when running yarn install
, plese run yarn install --network-timeout 1000000
instead to bypass the issue.
The documentation for Composer can be found here.