Visual Programming | Data Transformation | ETL | Process design
yarn add @data-story/ui`
import '@data-story/ui/dist/data-story.css';
import { DataStory } from '@data-story/ui'
export default function Home() {
return (
<main>
<DataStory />
</main>
)
}
yarn set version berry
yarn
npx nodemon -x "npx @data-story/core server"
yarn tsc --watch
npx webpack --watch
yarn tsc --watch
yarn watch:css
npx webpack --watch
yarn dev