You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4-3
Original file line number
Diff line number
Diff line change
@@ -2,20 +2,21 @@
2
2
3
3
[](https://github.com/tessel/project/blob/master/CONDUCT.md)
4
4
5
-
A future static generator for tessel.io.
5
+
A future static generator for tessel.io using [hexo](https://www.npmjs.com/package/hexo) for static page structure and [Netlify](https://www.netlify.com/) for hosting/continuous deployment.
6
6
7
7
Each time `master` is updated the Netlify page at http://tesselwww.netlify.com/ gets updated.
8
8
9
9
## Development
10
10
11
-
To develop on and serve the website:
11
+
To develop on and serve the website, inside your local directory of tesselwww run:
12
12
13
13
```
14
+
npm install hexo-cli -g
14
15
npm install
15
16
hexo server
16
17
```
17
18
18
-
To also modify themes / CSS, run this in another terminal:
19
+
To also modify themes / CSS, run this in another terminal (also inside your local tesselwww directory):
0 commit comments