Skip to content

Graph visualization editor and generator for the GraphJSON format.

License

Notifications You must be signed in to change notification settings

GraphAlchemist/GraphJSON.io

Repository files navigation

GraphJSON.io

Graph visualization editor and generator for the GraphJSON format.

Quick Start

If you dont have yeoman:

npm install -g yo
then,

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

  2. install compass - used to compile scss gem install compass

  3. install node modules
    npm install

  4. install bower packages
    bower install

  5. run server
    grunt serve

What 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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published