#Astro dev server on phone

2 messages · Page 1 of 1 (latest)

tacit merlinBOT
#

Hi @severe matrix. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:

#

The Astro documentation does not provide specific instructions for testing the Astro dev server on a phone. However, you can typically access a local development server from a phone connected to the same network by using the local network IP address of the computer running the server, followed by the port number.

For Astro, the default port number is 4321. So if your computer's local network IP address is 192.168.1.2, you would enter <http://192.168.1.2:4321> into your phone's web browser.

Please note that this method might require additional network configuration depending on your local network setup. If you're having trouble, you might find it helpful to look up more information on accessing local servers from mobile devices in your specific network environment.

Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: