Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 398 Bytes

README.md

File metadata and controls

45 lines (30 loc) · 398 Bytes

Arrow DB Browser

Getting Started

Install dependencies.

pnpm install

Serve with hot reload at http://localhost:5173.

pnpm run dev

Lint

pnpm run lint

Typecheck

pnpm run typecheck

Build

pnpm run build

Test

pnpm run test

View and interact with your tests via UI.

pnpm run test:ui