Quickly upload and plot CSV data in a graph
- React
- Radix UI
- Akar Icons
- TailwindCSS
- Framer Motion
- Nivo Charts
- Vite
Install Dependencies
bun install
Start Development Server
bun start
Lint all the files
bun run lint
Format all files with Prettier
bun run format
Check TypeScript issues
bun run type-check
Build for Production
bun run build