Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 456 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 456 Bytes

Nakama Documentation

Documentation for Nakama social and realtime server.

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

Running

pip3 install -r requirements.txt
python3 -m mkdocs serve

or

pipenv

pip3 install pipenv
pipenv install
pipenv run python3 -m mkdocs serve

Docker

Run the serve.sh bash script.

chmod +x serve.sh
./serve.sh