David Luong 6c9d9d8cc3
[.NET] Release v0.2.1 (#3529)
* Write release note for 0.2.1 & upgrade version prefix to 0.2.1

* update tom.yml

* add example to release note

Co-authored-by: Xiaoyun Zhang <bigmiao.zhang@gmail.com>

---------

Co-authored-by: luongdavid <luongdavid@microsoft.com>
Co-authored-by: Xiaoyun Zhang <bigmiao.zhang@gmail.com>
2024-09-13 21:21:19 +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

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.