Skip to content

GNSGameDesign/monogame.github.io

 
 

Repository files navigation

monogame.github.io

This repository contains the documenation and the website for MonoGame.

Building from source

First up restore the dotnet tooling, this restores the docfx cli tool needed to build the website.

dotnet tool restore

Next to build the website, simply invoke the restored docfx tool from the CLI:

dotnet docfx docfx.json --serve

LICENSE

The MonoGame project is under the Microsoft Public License except for a few portions of the code. See the LICENSE file for more details.