Skip to content

Latest commit

 

History

History
99 lines (75 loc) · 2.59 KB

README.md

File metadata and controls

99 lines (75 loc) · 2.59 KB

Reactive Graph

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