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

https://github.com/jtsang4/graph-editing-playground

Exploration in graph editing framework.
https://github.com/jtsang4/graph-editing-playground

Last synced: 4 months ago
JSON representation

Exploration in graph editing framework.

Awesome Lists containing this project

README

        

# Graph-Editing-Playground

Graph eidting framework comparation and exploration.

## Getting started

Before start, you need install [Yarn](https://yarnpkg.com/) and [Lerna](https://lerna.js.org/).

```bash
lerna bootstrap

# Run arbitrary demo
cd packages/

yarn dev
```