Skip to content

eknuth/GraphJSON.io

 
 

Repository files navigation

GraphJSON.io

Graph visualization editor and generator for the GraphJSON format.

Quick Start

If you have yeoman:

Fork this repo.
git clone <your fork of this repo>
cd <your local forked repo>

install node modules
npm install

install bower packages
bower install

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.0%
  • CoffeeScript 24.3%
  • CSS 15.7%