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 run devBuild for Production
bun run buildPreview Production Build
bun run previewType Check
bun run type-checkLint Code
bun run lintFix Lint Issues
bun run lint:fixFormat Code
bun run formatCheck Code Formatting
bun run format:check