The Wayback Machine - https://web.archive.org/web/20201225135016/https://github.com/nodegit/nodegit.github.com
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
api
 
 
 
 
css
 
 
 
 
 
 
img
 
 
js
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

script/bootstrap
script/server

open http://localhost:4000

Generating the site

While in development, the generator will not clone the nodegit repo. You'll need to soft-link the nodegit repository into generate/.

ln -s /path/to/nodegit generate/nodegit

Once linked, generate the site.

node generate

If you're running script/server in another terminal tab, it will read the changes and regenerate the site.

You can’t perform that action at this time.