We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69fa61c commit 9ffb0dcCopy full SHA for 9ffb0dc
README.md
@@ -1,2 +1,19 @@
1
`script/bootstrap`
2
`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
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