Skip to content

aciintegrators/data-story

 
 

Repository files navigation

DataStory 💫

Visual Programming | Data Transformation | ETL | Process design

ds_readme_gif

Docs | Playground

Installation

yarn add @data-story/ui

Example Usage

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

export default function Home() {
  return (
    <main className="h-screen">
      <DataStory />
    </main>
  )
}

Testing

When you're writing tests in your local environment

# run component tests and then chose component test
yarn cy:open

# run e2e tests and then chose e2e test
yarn dev
yarn cy:open

# test on ci, only run @data-story/ui,  @data-story/core and e2e tests
yarn ci:test

License

MIT

About

A visual process builder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 88.1%
  • JavaScript 10.4%
  • MDX 1.1%
  • Other 0.4%