Skip to main content

Installation

Follow these steps to get started with the project.

Prerequisites

  • Node.js 18.0 or higher
  • npm or yarn package manager
  • Azure subscription (for AI chat functionality)

Quick Start

  1. Clone the repository:
git clone https://github.com/your-org/docusaurus-azure-chat.git
cd docusaurus-azure-chat
  1. Install dependencies:
npm install
  1. Start the development server:
npm start
  1. Open http://localhost:3000 in your browser.

Next Steps

After installation, check out the Configuration Guide to customize your documentation site.