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
Run either python3 -m http.server (Python 3+) or python -m SimpleHTTPServer (Python 2)
If you’re on Mac:
Open terminal
Navigate to the folder
Run python -m SimpleHTTPServer
You’ll get the url that this is hosted on locally — in the screenshot above it is http://0.0.0.0:8000/ . This will run this as if it’s running on a server (thus allowing you to use the .js files that might not work otherwise).
The text was updated successfully, but these errors were encountered:
Should add a basic info about running this locally using a python server:
How to run locally
git clone
, Github Desktop or download the repositoryIf you’re on Windows:
cmd
(press enter))python3 -m http.server
(Python 3+) orpython -m SimpleHTTPServer
(Python 2)If you’re on Mac:
python -m SimpleHTTPServer
You’ll get the url that this is hosted on locally — in the screenshot above it is http://0.0.0.0:8000/ . This will run this as if it’s running on a server (thus allowing you to use the .js files that might not work otherwise).
The text was updated successfully, but these errors were encountered: