When testing #160 I had to ask Claude how to test in a mobile browser. This is what it responded, which worked well for me. Maybe expand the readme to include this?
Instead of the default mkdocs serve, use:
mkdocs serve --dev-addr=0.0.0.0:8000
Then find your Mac's local IP address:
ifconfig | grep "inet " | grep -v 127.0.0.1
Look for something like 192.168.1.xxx or 10.0.0.xxx. On your phone (connected to the same WiFi network), navigate to:
http://[YOUR_MAC_IP]:8000
For example: http://192.168.1.100:8000
When testing #160 I had to ask Claude how to test in a mobile browser. This is what it responded, which worked well for me. Maybe expand the
readmeto include this?Instead of the default
mkdocs serve, use:Then find your Mac's local IP address:
Look for something like
192.168.1.xxxor10.0.0.xxx. On your phone (connected to the same WiFi network), navigate to:For example:
http://192.168.1.100:8000