Skip to content

Commit f4f3053

Browse files
committed
switches to npm start instead of requiring global hexo install
1 parent 6925b73 commit f4f3053

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ Each time `master` is updated the Netlify page at http://tesselwww.netlify.com/
1111
To develop on and serve the website, inside your local directory of tesselwww run:
1212

1313
```
14-
npm install hexo-cli -g
1514
npm install
16-
hexo server
15+
npm start
1716
```
1817

1918
To also modify themes / CSS, run this in another terminal (also inside your local tesselwww directory):

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"hexo": {
66
"version": "3.3.8"
77
},
8+
"scripts": {
9+
"start": "hexo server"
10+
},
811
"dependencies": {
912
"hexo": "^3.2.0",
1013
"hexo-generator-archive": "^0.1.4",

0 commit comments

Comments
 (0)