frontend for viewing all the mcap files we have created and displays our graphs and metrics
- query mcap files based of filters
- see visualization previews of each mcap
- download mcap and mat file easily
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