The embedded dashboard for Nakama server.
The game server contains this embedded dashboard which is designed to show operational statistics.
For development:
$> npm run start
$> cd dist; python -m SimpleHTTPServer
Navigate to the live dashboard on http://0.0.0.0:8000.
For production:
$> npm run build