FRC Tuning & Robot Dashboard Application
(Description of ChickenDash coming soon)
- Coming soon
Save/Load Projects: Manage multiple tuning presets Version Control: View previous tuning values
ChickenDash is actively being developed with core functionality in place:
- Coming soon
- Coming soon
- Node.js 18+
- Rust (for Tauri backend)
- npm/yarn/pnpm
Make sure you have NodeJs and Rust installed
# Clone the repository
git clone https://github.com/team3082/FeatherFlow.git
cd FeatherFlow
# Install dependencies
npm install
# Start development server
npm run dev
# Launch Tauri desktop app (development)
npm run tauri devnpm run dev- Start Next.js development servernpm run build- Build for productionnpm run tauri dev- Launch Tauri development appnpm run tauri build- Build desktop applicationnpm run lint- Run ESLint
- Follow TypeScript best practices
- Maintain the dual-point architecture philosophy
- Test path mathematics thoroughly
- Document new features and behaviors
MIT License - see LICENSE file for details.
Built for FRC Team 3082