How to get a preview of a page on GitHub? #188698
Replies: 2 comments 1 reply
-
|
Since your network blocks the hosted site, you can preview your HTML files locally before pushing. Just open the HTML file directly in your browser from your computer (File > Open File), or use VS Code with the Live Server extension to run it on localhost. That way you can see the preview without needing to access the GitHub Pages URL. |
Beta Was this translation helpful? Give feedback.
-
|
I ran into something similar before when a network filter blocked a site I was working on. What I usually do is preview the page locally instead of opening the hosted version. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I made a site. But, Lightspeed Filter Agent (which i really hate) blocks it for "Domain Sharing", so I want a preview of a page without going to the hosted site. Anyone know how?
Beta Was this translation helpful? Give feedback.
All reactions