Hacker News new | ask | show | jobs
Ask HN: How do you test your websites on different device while developing
1 points by francium_ 3724 days ago
I have a small project and while developing I push my changes to github and then try it out on my phone with the gh-pages branch.

I've seen people making changes to a website and then having them load up automatically on multiple devices in front of them. How do you do something like that?