From 3064fde072cfa978175522394ab5d41cccdb1fdb Mon Sep 17 00:00:00 2001 From: yuanda Date: Fri, 17 Apr 2015 12:02:02 -0400 Subject: [PATCH] Update developer-guide.md Added Windows version command in - Serve **StackEdit** at `http://localhost/` bullet --- doc/developer-guide.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/developer-guide.md b/doc/developer-guide.md index b7c28fe2..9f0fa51a 100644 --- a/doc/developer-guide.md +++ b/doc/developer-guide.md @@ -21,10 +21,13 @@ Getting started bower install -- Serve **StackEdit** at `http://localhost/`: +- Serve **StackEdit** at `http://localhost/`: (export PORT=80 && node server.js) - + If on Windows, use + + (set PORT=80 && node server.js) + - Run **StackEdit** in debug mode (no application cache, serve original files instead of minified): http://localhost/?debug