Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 598 Bytes

File metadata and controls

33 lines (22 loc) · 598 Bytes

🚂 DataTracks - DataView

A modern and intuitive user interface for DataTracks, a blazingly fast stream processing engine. Built using Vue.js with Pinia for state management, this UI makes it easy to set up and manage data stream processing tasks with minimal hassle.

Project Setup

pnpm install

Compile and Hot-Reload for Development

pnpm dev

Type-Check, Compile and Minify for Production

pnpm build

Run Unit Tests with Vitest

pnpm test:unit

Lint with ESLint

pnpm lint