Skip to content

FNA-XNA/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FNA Docs

FNA Docs was built using MkDocs. For the main FNA repository, see https://github.com/FNA-XNA/FNA.

Setup

  1. Ensure you have the latest version of Python3 installed. If the latest version isn't installed, you can download it here https://www.python.org/downloads/
  2. Run pip install mkdocs to install mkdocs
  3. Run mkdocs serve to serve the docs at localhost:8000