5 ms·
What I would wish that I could do is just make it so that there was a link to the HTML file in the Readme. Click it and there you go. My impression is that this
by timcwinkler 5y ago
What I would wish that I could do is just make it so that there was a link to the HTML file in the Readme. Click it and there you go. My impression is that this is discouraged. (Am I wrong about that?)
- benjaminsuch 5y agoYou can do that with Github Pages, but I'm not too knowledgable. But I copied your code in an codesandbox: https://ijlkq.csb.app/ https://ijlkq.csb.app/ Fork it if you want, I will delete it then (or on your request)
- timcwinkler 5y agoYou can leave it if you wish. I'll have to learn a bit more about https://codesandbox.io/ https://codesandbox.io/, it looks very useful. Apparently the contents of the page were somehow mangled a bit. As a result it is not functional.
- timcwinkler 5y agoI ended up looking into Github Pages and it wasn't too hard to use. (The documentation makes it look harder that it actually is.) Thank you, benjaminsuch, for that pointer.