Consider using node to serve locally
Closed this issue · 1 comments
rajadain commented
Hello,
I noticed that to serve this static site, currently the template is configured to use Python 3:
Line 16 in 0300b98
Since the app is using npm anyway, it can be made more portable and less dependent on implicit dependencies like Python 3 by using something like serve.
If this seems like a worthwhile change, I can make a PR for it.
Thanks.
Terence
ludwigschubert commented
Hey, sorry if that caused confusion—I switched to http-server in 94510ee. Thank you! :-)