Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 416 Bytes

readme.md

File metadata and controls

8 lines (7 loc) · 416 Bytes

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