mirror of
https://github.com/microsoft/autogen.git
synced 2025-07-24 17:31:41 +00:00

<img width="1840" alt="Screenshot 2025-01-30 at 6 26 02 PM" src="https://github.com/user-attachments/assets/5b4c9ebf-0880-4b2e-aa1f-f2b956922b49" />
How to build and run the website
Prerequisites
- dotnet 7.0 or later
Build
Firstly, go to autogen/dotnet folder and run the following command to build the website:
dotnet tool restore
dotnet tool run docfx website/docfx.json --serve
After the command is executed, you can open your browser and navigate to http://localhost:8080
to view the website.