You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python -m SimpleHTTPServer only works with python 2, so maybe the readme should mention that the user should use python -m http.server 8000 for python 3.