better-chatbot

Just a Better Chatbot. Powered by Agent & MCP & Workflows.

GitHub Stars

607

User Rating

Not Rated

Favorites

0

Views

70

Forks

185

Issues

29

Installation
Difficulty
Advanced
Estimated Time
20-45 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Node.js: 18.0.0 or higher
npm: 8.0.0 or higher

Installation Steps

1. Clone Repository

bash
git clone https://github.com/cgoinglove/better-chatbot.git
cd better-chatbot

2. (Optional) Install pnpm

bash
npm install -g pnpm

3. Install Dependencies

bash
pnpm i

4. Create Environment Variable File

bash
pnpm initial:env

5. (Optional) Set Up PostgreSQL

bash
pnpm docker:pg

6. Run Database Migrations

bash
pnpm db:migrate

7. Start Development Server

bash
pnpm dev

8. (Optional) Local Production Testing

bash
pnpm build:local && pnpm start
Open [http://localhost:3000](http://localhost:3000) in your browser to get started.