Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 456 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 456 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==1.1.2
pip install mkdocs-material==5.3.0

Note: For Python 3.7, you may need to run the above commands using pip3 instead of pip.

Development

mkdocs serve