You can configure your the app to use any bot by updating the token
field in
the src/shared/config.json
file.
To run in dev mode, use the command yarn run dev
.
To build for shipping, use the command yarn run dist:build
. You can test your
build with yarn run dist:run
.