Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/reactive-graph/design

Design System for Reactive Graph
https://github.com/reactive-graph/design

Last synced: 11 days ago
JSON representation

Design System for Reactive Graph

Awesome Lists containing this project

README

        


Reactive Graph


design.reactive-graph.io


This repository contains the design system for the Reactive Graph.


Reactive Graph is a reactive runtime based on a graph database, empowering everyone to build reliable and efficient software.

Design System


Palette


Logo


Fonts


Components

Affected pages


reactive-graph.io


Public Website


this-month-in.reactive-graph.io


Monthly summary of the progress and community


docs.reactive-graph.io


Reference Documentation

Affected applications


Flow Editor


Graphical editor for creating and editing flows

Develop

```
pnpm install
pnpm run dev
```

Build Design System Website

```
pnpm install
trunk build
cp webcomponents/reactive-graph-design-*_bg.wasm public/reactive-graph-design_bg.wasm
cp webcomponents/reactive-graph-design-*.js public/reactive-graph-design.js
pnpm run fractal:build
```

Build Design System Library

```
pnpm install
trunk build
cp webcomponents/reactive-graph-design-*_bg.wasm public/reactive-graph-design_bg.wasm
cp webcomponents/reactive-graph-design-*.js public/reactive-graph-design.js
pnpm run fractal:build-library
```

Made with

* [Fractal](https://github.com/frctl/fractal)
* [Open Props](https://open-props.style/)
* [Highlight.js](https://highlightjs.org/)
* [Mermaid](https://mermaid.js.org/)