A high-performance, mobile-responsive Quick Links dashboard for FRC Team 10989 Blast Robotics.
- Framework: Astro (Zero-bloat HTML generation)
- Styling: Tailwind CSS v4 + DaisyUI v5
- Theme: "Mission Control" Dark Mode (OKLCH color space)
- Data Source:
src/data/links.json
This project uses pnpm.
# Install dependencies
pnpm install
# Start development server
pnpm dev
# Build for production
pnpm build
# Preview production build
pnpm previewsrc/pages/index.astro: Main dashboard logic and layout.src/data/links.json: Centralized link management.src/styles/global.css: Tailwind and DaisyUI configuration.
To add or modify links, edit src/data/links.json. The UI will automatically update based on the categories and priority settings.