rename watch-dev to start, fix port in readme

This commit is contained in:
Loren Norman
2017-05-16 13:17:22 -04:00
parent 4d42936688
commit f2c4d0547e
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
"convert": "node ./cy_scripts/convert.js",
"deploy": "npm run build && hexo deploy",
"build-prod": "hexo clean && hexo generate && gulp prep",
"watch-dev": "hexo server --port 2222"
"start": "hexo server --port 2222"
},
"devDependencies": {
"colors": "^1.1.2",

View File

@@ -22,7 +22,7 @@ npm install
npm start
```
Visit [http://localhost:4000/](http://localhost:4000/)
Visit [http://localhost:2222/](http://localhost:2222/)
### Writing Docs