Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 247 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 247 Bytes

walkabout-style

To run locally:

Start a web server in the repo's directory:

python -m SimpleHTTPServer 8000

If that doesn't work, try:

python -m http.server 8000

Then navigate to: http://localhost:8000