You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 384 B

12345678910111213141516
  1. # How to build and run the website
  2. ## Prerequisites
  3. - dotnet 8.0 or later
  4. ## Build
  5. Firstly, go to autogen/dotnet folder and run the following command to build the website:
  6. ```bash
  7. dotnet tool restore
  8. dotnet tool run docfx ../docs/dotnet/docfx.json --serve
  9. ```
  10. After the command is executed, you can open your browser and navigate to `http://localhost:8080` to view the website.