Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 500 Bytes

File metadata and controls

14 lines (12 loc) · 500 Bytes

Chrome DevTools workspace

A demo website for the Chrome DevTools workspace tutorial.

Clone this repo and run it with a local web server. For example:

cd ~/Desktop/devtools-workspace-demo
# If your Python version is 3.X
# On Windows, try "python -m http.server" or "py -3 -m http.server"
python3 -m http.server
# If your Python version is 2.X
python -m SimpleHTTPServer

Then follow the steps in Edit and save files in a workspace.