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
- Clone the repository:
git clone https://github.com/your-org/docusaurus-azure-chat.git
cd docusaurus-azure-chat
- Install dependencies:
npm install
- Start the development server:
npm start
- Open http://localhost:3000 in your browser.
Next Steps
After installation, check out the Configuration Guide to customize your documentation site.