Documentation for Nakama social and realtime server.
This project uses Markdown for documentation which is compiled with mkdocs.
pip3 install -r requirements.txt
python3 -m mkdocs serve
or
pip3 install pipenv
pipenv install
pipenv run python3 -m mkdocs serve
Run the serve.sh
bash script.
chmod +x serve.sh
./serve.sh