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.
- Host: GitHub
- URL: https://github.com/jtsang4/graph-editing-playground
- Owner: jtsang4
- Created: 2021-05-24T09:55:26.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-30T12:45:59.000Z (about 4 years ago)
- Last Synced: 2025-01-08T20:53:20.057Z (5 months ago)
- Language: TypeScript
- Size: 922 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```