Graph visualization editor and generator for the GraphJSON format.
npm install -g yo
then,
-
Fork this repo. Then,
git clone <your fork of this repo>
cd <your local forked repo>
-
install compass - used to compile scss
gem install compass
-
install node modules
npm install
-
install bower packages
bower install
-
run server
grunt serve
-
Big picture:
- yeoman.io
-
Zooming in:
(TODO: Create more robust contributing documentation)
- Fork this repo
cd <your local fork>
git checkout -b my-awesome-feature
- Hack away.
- Run tests that don't exist yet.
- Fill out "Contributor License Agreement"
- Make a pull request.
- We merge your pull request.
- You are listed as an 'author' (for features, largish improvements, etc.) or as a 'contributor' (for bugs, etc.)