FNA Docs was built using MkDocs. For the main FNA repository, see https://github.com/FNA-XNA/FNA.
- 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/
- Run
pip install mkdocs
to install mkdocs - Run
mkdocs serve
to serve the docs atlocalhost:8000