Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neo4j-devtools/relate-by-ui
Neo4j UI kit, this is very much a work in progress and things will change along the way!
https://github.com/neo4j-devtools/relate-by-ui
Last synced: about 1 month ago
JSON representation
Neo4j UI kit, this is very much a work in progress and things will change along the way!
- Host: GitHub
- URL: https://github.com/neo4j-devtools/relate-by-ui
- Owner: neo4j-devtools
- License: apache-2.0
- Created: 2019-03-21T13:30:08.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T22:17:19.000Z (over 1 year ago)
- Last Synced: 2024-11-20T11:14:45.117Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://neo4j-devtools.github.io/relate-by-ui/
- Size: 49.9 MB
- Stars: 3
- Watchers: 9
- Forks: 1
- Open Issues: 55
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.md
Awesome Lists containing this project
README
Styles, components and guidelines for building a Neo4j Graph App
:construction: work in progress :construction:---
This repository will be filled with new components whenever the UX team releases new designs in our styleguide.
---
## BuildingInitialize all the sub-packages:
```
yarn install && yarn lerna-init
```
or
```
npm install && npm run lerna-init
```