We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6925b73 commit f4f3053Copy full SHA for f4f3053
README.md
@@ -11,9 +11,8 @@ Each time `master` is updated the Netlify page at http://tesselwww.netlify.com/
11
To develop on and serve the website, inside your local directory of tesselwww run:
12
13
```
14
-npm install hexo-cli -g
15
npm install
16
-hexo server
+npm start
17
18
19
To also modify themes / CSS, run this in another terminal (also inside your local tesselwww directory):
package.json
@@ -5,6 +5,9 @@
5
"hexo": {
6
"version": "3.3.8"
7
},
8
+ "scripts": {
9
+ "start": "hexo server"
10
+ },
"dependencies": {
"hexo": "^3.2.0",
"hexo-generator-archive": "^0.1.4",
0 commit comments