[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ld-codes/data-story

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataStory 💫

Visual Programming | Data Transformation | ETL | Process design

ds_readme_gif

Resources

Docs

Installation

yarn add @data-story/ui`

Example Usage

import '@data-story/ui/dist/data-story.css';
import { DataStory } from '@data-story/ui'

export default function Home() {
  return (
    <main>
      <DataStory />
    </main>
  )
}

Development Installation

in root

yarn set version berry
yarn
npx nodemon -x "npx @data-story/core server"

in core

yarn tsc --watch
npx webpack --watch

in ui

yarn tsc --watch
yarn watch:css
npx webpack --watch

in client

yarn dev

About

A visual process builder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 88.4%
  • CSS 8.5%
  • MDX 2.0%
  • JavaScript 1.1%