https://gitlab.com/digested/lincle
A 'reactive' React node and edge generator
https://gitlab.com/digested/lincle
Last synced: 11 months ago
JSON representation
A 'reactive' React node and edge generator
- Host: gitlab.com
- URL: https://gitlab.com/digested/lincle
- Owner: digested
- License: other
- Created: 2019-06-06T19:44:33.117Z (about 7 years ago)
- Default Branch: next
- Last Synced: 2025-04-28T21:19:50.825Z (about 1 year ago)
- Stars: 0
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
Monorepo for lincle:
A reactive React node and edge generator
**lincle** generates a reactive, interactive, touch supported node and edge graph.
### [Demo](https://lincle.gitlab.io/lincle/)
This is a mono repo. See [here for package source](https://gitlab.com/digested/lincle/tree/master/packages/) and [here for demo source](https://gitlab.com/digested/lincle/tree/master/demo/).
## Build
```bash
yarn bootstrap
yarn build
```
## Demo
```bash
yarn start
```
## Development
The following will run, in parallel, `webpack` in `watch` mode for the packages, and start an express development server for the demo:
```bash
yarn start:dev
```