Skip to content

hytech-racing/query-frontend

Repository files navigation

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