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: 10 months ago
JSON representation

Neo4j UI kit, this is very much a work in progress and things will change along the way!

Awesome Lists containing this project

README

          


UI.


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.

---
## Building

Initialize all the sub-packages:

```
yarn install && yarn lerna-init
```
or
```
npm install && npm run lerna-init
```