Skip to content

Files

Latest commit

0d79b4b · Nov 21, 2024

History

History
This branch is 365 commits behind microsoft/autogen:main.

website

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 21, 2024
Jul 21, 2024
Nov 21, 2024
Jun 6, 2024
Oct 2, 2024
Apr 26, 2024
Apr 26, 2024
Jul 11, 2024
Apr 26, 2024
Jun 25, 2024
Aug 16, 2024

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.