Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 641 Bytes

File metadata and controls

31 lines (21 loc) · 641 Bytes

FRCTools Orders

A simple order list app for FRC teams.

Features

  • 📦 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

Development

# Install dependencies
bun install

# Start development server
bun run dev

# Build for production
bun run build

Stack