1. Make sure Python is installed. (It's installed by default on OS X) 2. 'cd' into your website's directory on the command line. 3. type 'python -m SimpleHTTPServer' on the command line. If you are using Python 3 then type 'python -m http.server' instead. 4. Go to 'http://localhost:8000' in a web browser on your machine to view the website. == Trying to preview a webpage on your mobile device? == 0. Make sure your laptop and mobile device are connected to the same wireless network. 1. Follow the steps 1-3 above. 2. Find the local IP address of your laptop, by checking your system's network configuration. 3. Go to http://192.168.1.143:8000 on your mobile device. (Where 192.168.1.143 would be your laptop's IP address from step 2.) Need more help? rey.sc