Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Latest commit

 

History

History
executable file
·
25 lines (18 loc) · 416 Bytes

README.md

File metadata and controls

executable file
·
25 lines (18 loc) · 416 Bytes

DB-GPT Website

Quick Start

Install dependencies

  • Clone current project firstly!
  • Install docusaurus dependencies, generate node_modules folder.
sudo yarn install

launch

yarn start

The default service starts on port 3000, visit localhost:3000

Docker development

docker build -t dbgptweb .
docker run --restart=unless-stopped -d -p 3000:3000 dbgptweb