Added windows note in developer-guide
This commit is contained in:
parent
b65cca74e3
commit
8e3f654ed0
@ -21,10 +21,13 @@ Getting started
|
|||||||
|
|
||||||
bower install
|
bower install
|
||||||
|
|
||||||
- Serve **StackEdit** at `http://localhost/`:
|
- Serve **StackEdit** at `http://localhost/`:
|
||||||
|
|
||||||
(export PORT=80 && node server.js)
|
(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):
|
- Run **StackEdit** in debug mode (no application cache, serve original files instead of minified):
|
||||||
|
|
||||||
http://localhost/?debug
|
http://localhost/?debug
|
||||||
|
Loading…
Reference in New Issue
Block a user