logoalt Hacker News

susamyesterday at 8:32 AM0 repliesview on HN

Yes! I often use a command like this to test my statically generated website locally using a command like this:

  python3 -m http.server -d _site/
Example: https://github.com/susam/susam.net/blob/0.3.0/Makefile#L264-...