jahnreektor / GraphJSON.io

Graph visualization editor and generator for the GraphJSON format.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GraphJSON.io

Graph visualization editor and generator for the GraphJSON format.

Quick Start

If you have yeoman:
  1. Fork this repo.
    git clone <your fork of this repo>
    cd <your local forked repo>

  2. install compass - used to compile scss

  3. install node modules
    npm install

  4. install bower packages
    bower install

  5. run server
    grunt serve

If you dont have yeoman:

npm install -g yo
then, steps listed above.

Stuff we are using:

Contributing

(TODO: Create more robust contributing documentation)

  1. Fork this repo
  2. cd <your local fork>
  3. git checkout -b my-awesome-feature
  4. Hack away.
  5. Run tests that don't exist yet.
  6. Fill out "Contributor License Agreement"
  7. Make a pull request.
  8. We merge your pull request.
  9. You are listed as an 'author' (for features, largish improvements, etc.) or as a 'contributor' (for bugs, etc.)

About

Graph visualization editor and generator for the GraphJSON format.

License:MIT License