/data-flow-old

Visualize and interact your data.

Primary LanguageTypeScript

Visualize and interact your data.

GitHub CI

Running data flow from source

Getting all prerequisites

  1. Download node and pnpm
  2. Clone the repository git clone git@github.com:adam-r-kowalski/data-flow.git
  3. Install the dependencies pnpm install

Running the tests

pnpm test

Running the tests with coverage

pnpm coverage

Start a web server on localhost:5173 with hot reloading of code

pnpm dev