Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 543 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 543 Bytes

Nakama Documentation

Documentation for Nakama social and realtime server.

This project uses Markdown for documentation which is compiled with mkdocs.

Install and setup

pip install pip --upgrade
pip install mkdocs --upgrade
pip install mkdocs-material --upgrade

Note: For Python 3.7, you may need to run the following instead

pip3 install pip --upgrade
pip3 install mkdocs --upgrade
pip3 install mkdocs-material --upgrade

Development

mkdocs serve