This is the documentation website of DevToys
Install .NET SDK 8.0 or higher, then open a command line prompt and enter the following command:
> git submodule update --init --recursive
> git submodule update --remote --merge
> dotnet tool update -g docfx> docfx> docfx --serveNow you can preview the website on http://localhost:8080/
Instead of running the command above, use NodeJS:
- Install the dev dependencies by running:
> npm install -D
- Run:
> npm run watch
Note!
If you are running the local server on Linux, replace the
watchscript with this:npm-watch build & npm run browser-livereload