Update developer-guide.md

Added Windows version command in - Serve **StackEdit** at `http://localhost/` bullet
This commit is contained in:
yuanda 2015-04-17 12:02:02 -04:00
parent b65cca74e3
commit 3064fde072

View File

@ -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