Edited wiki page GettingStarted through web user interface.
Document make localserver
diff --git a/GettingStarted.wiki b/GettingStarted.wiki
index eea750c..9a77b2a 100644
--- a/GettingStarted.wiki
+++ b/GettingStarted.wiki
@@ -65,9 +65,11 @@
 If you want to run melange locally, run the following command
 
 {{{
-thirdparty/google_appengine/dev_appserver.py build
+make localserver
 }}}
 
+It will listen on port 8080.
+
 == Creating an !AppEngine instance ==
 
 If you do not already have an !AppEngine instance, follow these steps, otherwise you can skip this part.