Skip to content

Commit 9ffb0dc

Browse files
committed
Update README.md with new generator info
1 parent 69fa61c commit 9ffb0dc

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,19 @@
11
`script/bootstrap`
22
`script/server`
3+
`open http://localhost:4000`
4+
5+
## Generating the site
6+
7+
While in development, the generator will not clone the nodegit repo. You'll need to soft-link the nodegit repository into `generate/`.
8+
9+
```bash
10+
ln -s /path/to/nodegit generate/nodegit
11+
```
12+
13+
Once linked, generate the site.
14+
15+
```bash
16+
node generate
17+
```
18+
19+
If you're running `script/server` in another terminal tab, it will read the changes and regenerate the site.

0 commit comments

Comments
 (0)