Files
autogen/dotnet/website
Xiaoyun Zhang 203954e9c1 [.Net] Update website with Tutorial section (#2982)
* update

* Update -> Releaes Notes

* add ImageChat

* update

* update
2024-06-25 16:23:24 +00:00
..
2024-06-13 20:07:18 +00:00
2024-06-06 18:41:35 +00:00
2024-04-26 16:21:46 +00:00
2024-04-26 16:21:46 +00:00
2024-04-26 16:21:46 +00:00
2024-04-26 16:21:46 +00:00
2024-06-13 20:07:18 +00:00

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.