A simple order list app for FRC teams.
- 📦 Order Management - Track parts from "to order" to "arrived"
- 👥 Team Collaboration - Invite team members with role-based access
- 🏷️ Tags - Organize orders with custom tags and colors
# Install dependencies
bun install
# Start development server
bun run dev
# Build for production
bun run build