Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 200 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 200 Bytes

To run, use a local web server. For example, from within the root folder run:

python3 -m http.server

or

python2 -m SimpleHTTPServer

Then connect to localhost:8000 (or the port you chose).