Skip to content

Commit 6925b73

Browse files
committed
fixes #1 and adds a few more readme clarifications
1 parent eba7ce3 commit 6925b73

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,21 @@
22

33
[![Code of Conduct](https://img.shields.io/badge/%E2%9D%A4-code%20of%20conduct-blue.svg?style=flat)](https://github.com/tessel/project/blob/master/CONDUCT.md)
44

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.
66

77
Each time `master` is updated the Netlify page at http://tesselwww.netlify.com/ gets updated.
88

99
## Development
1010

11-
To develop on and serve the website:
11+
To develop on and serve the website, inside your local directory of tesselwww run:
1212

1313
```
14+
npm install hexo-cli -g
1415
npm install
1516
hexo server
1617
```
1718

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):
1920

2021
```
2122
cd themes/

0 commit comments

Comments
 (0)