Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 548 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 548 Bytes

query-frontend

frontend for viewing all the mcap files we have created and displays our graphs and metrics

features

  • query mcap files based of filters
  • see visualization previews of each mcap
  • download mcap and mat file easily

development guide

download node_modules to get started

npm i

start local development server at localhost:5173

npm run dev

start storybook server at localhost:6006

npm run storybook

build and run app at localhost:4173

npm run build
npm run preview