Documentation for Nakama social and realtime server.
This project uses Markdown for documentation which is compiled with mkdocs.
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
mkdocs serve