Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/reactive-graph/design
- Owner: reactive-graph
- License: mit
- Created: 2024-04-06T22:41:56.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-13T22:24:07.000Z (7 months ago)
- Last Synced: 2024-04-14T12:17:04.059Z (7 months ago)
- Language: CSS
- Homepage: https://design.reactive-graph.io/
- Size: 5.69 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
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
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 DocumentationAffected applications
Flow Editor
Graphical editor for creating and editing flowsDevelop
```
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/)