botbook/site/docs/intro.md
2024-08-26 13:41:26 -03:00

1.9 KiB

sidebar_position
0

General Bots Documentation

Welcome to the General Bots documentation. This is a reference material that can be used to understand how the bot server is organized in a form of packages itself and this arrangement can be used to all custom deployed packages like .gbkb, .gbtheme or .gbapp. This book is organized in ten chapters that can be accessed throuhg this table bellow:

Getting Started

Get started by creating a new bot.

Or Create Bot with General Bots Online.

What you'll need

  git clone https://github.com/GeneralBots/BotServer
  npm run start

You can type this command into Command Prompt, Powershell, Terminal, or any other integrated terminal of your code editor.

The command also installs all necessary dependencies you need to run Docusaurus.

Navigate to your bot

The npm run start command builds your website locally and serves it through a development server, ready for you to view at http://localhost:4242/.

Type /publish to publish bot packages and start talking to the bot.