Skip to content

Commit

Permalink
Update developer-guide.md
Browse files Browse the repository at this point in the history
Added Windows version command in - Serve **StackEdit** at `http://localhost/` bullet
  • Loading branch information
yuanda committed Apr 17, 2015
1 parent b65cca7 commit 3064fde
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions doc/developer-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3064fde

Please sign in to comment.