open-learning-exchange.github.io
open-learning-exchange.github.io copied to clipboard
Clarification of the way to open the MDwiki site locally by FireFox.
Problem
When you look at the OLE Support site to check your correction in your local environment, you need to open the website from Index.html by your browser. The link explains how to look at MDwiki page locally, but it is not clear enough for a layman to understand how to look at the page.
Steps to reproduce the problem
Try to open the page by file:///.../username.github.io/mdwiki.html#!index.md.
Screenshots
N/A
Proposed solution
It is clearer to explain how to open the website locally below.
Go to your Username.github.io directory and open Index.html by FireFox. You can see almost all expression of MDwiki in this method. If your OS is Mac or Linux, you can see the page via localhost by executing the below command in the same directory.
python -m SimpleHTTPServer
Then, open a web browser and type localhost:8000 in the address bar. You can read further information in this link. Also, you can see the general Markdown expression on this website.
Hi @hiroTochigi, are you referring here to the Preview Changes Locally section of the GitHub Issues step ?
@ArranHL, Yes, I do. Thank you for commenting on this and the previous one (#2379 ), too. As lmmrssa mentioned, Chrome is not recommended to use, so I closed the previous one. However, I think that more clarification should be added to Github Issues step
I agree the link is a little vague. What command would you use to "open index.html by Firefox"?