Getting Started

Getting Started with Agent Hub#

Welcome to the Agent Hub documentation. Here you will find comprehensive guides and documentation to help you start working with Agent Hub as quickly as possible.

Prerequisites#

Before you begin, make sure you have the following installed:
  • Node.js 18 or later
  • npm or yarn package manager
  • A code editor (VS Code recommended)

Quick Start#

  1. Clone the repository
  2. Install dependencies with npm install
  3. Start the development server with npm run dev
  4. Open your browser to http://localhost:3000

Next Steps#

最后更新: 5/20/2024
在 GitHub 上编辑