Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

Development Workflow

Emily Stewart edited this page Nov 16, 2015 · 5 revisions

Local Dev Environment (Mac OS)

Starting

  1. CMD+Spacebar
  2. Type "Terminal"
  3. Go to Finder
  4. Navigate to your project
  5. Go back to Terminal and type cd (with a space)
  6. Drag your project folder (example: mylife-mytown) to Terminal
  7. Press enter
  8. Type python -m SimpleHTTPServer

(Output as you browse different pages is totally normal).

Viewing in Chrome/Safari/Firefox

  1. Go to localhost:8000

Shutting Down

  1. Go to Terminal
  2. Press control+c

Clone this wiki locally