/gitgraph.js-fun

For playing with gitgraphjs

Primary LanguageHTMLMIT LicenseMIT

gitgraph.js-fun

For playing with gitgraphjs

This html file uses gitgraphjs to make pretty pictures of git workflows with javascript.

To serve these files locally with Python (2.x):

  1. Clone this repo git clone git@github.com:bwestover/gitgraph.js-fun.git
  2. cd gitgraph.js-fun
  3. Start python SimpleHTTPServer python -m SimpleHTTPServer

Or using node:

  1. Clone this repo git clone git@github.com/bwestover/gitgraph.js-fun.git
  2. cd gitgraph.js-fun
  3. Install http-server npm install http-server -g
  4. To run: http-server .