Skip to content

Add instructions for testing on mobile device #168

Description

@MikePlante1

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions