Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/GraphAlchemist/GraphJSON.io

Graph visualization editor and generator for the GraphJSON format.
https://github.com/GraphAlchemist/GraphJSON.io

Last synced: 5 days ago
JSON representation

Graph visualization editor and generator for the GraphJSON format.

Awesome Lists containing this project

README

        

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 `
`cd `

2. [install compass](http://compass-style.org/install/) - 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:
* Big picture:
* yeoman.io

* Zooming in:
* Yeoman: https://github.com/yeoman/generator-angular
* [Angular Module](https://github.com/angular-ui/ui-codemirror) for [Codemirror](http://codemirror.net/)
* [Angular Local Storage Module](https://github.com/grevory/angular-local-storage)
* [GraphJSON format](https://github.com/GraphAlchemist/GraphJSON)

### Contributing
(TODO: Create more robust contributing documentation)
1. Fork this repo
2. `cd `
3. `git checkout -b my-awesome-feature`
4. Hack away.
5. Run tests that don't exist yet.
6. Fill out ["Contributor License Agreement"](https://docs.google.com/a/graphalchemist.com/forms/d/1xK8NWy86VXvrh8bRTe-HL964Q-bUn-nxcR6ZQJ5L_J0/viewform)
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.)