Quickly upload and plot CSV data in a graph
- React
- Radix UI
- Akar Icons
- TailwindCSS
- Framer Motion
- Nivo Charts
- Vite
Install Dependencies
bun installStart Development Server
bun startLint all the files
bun run lintFormat all files with Prettier
bun run formatCheck TypeScript issues
bun run type-checkBuild for Production
bun run build