bwestover / gitgraph.js-fun

For playing with gitgraphjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 .

About

For playing with gitgraphjs

License:MIT License


Languages

Language:HTML 100.0%