Skip to content

redshiftrobotics/controller-wizard

Repository files navigation

Controller Wizard

This is a simple tool to quickly create controller diagrams. Intended for use in FRC but may be used for other things. Created by team 8032's RobotLeopard86.

How To Use

The live version is avaliable at https://redshiftrobotics.github.io/controller-wizard/

If you want to run your own copy, download the code and run npm install in your terminal. Then either run npm run dev or build your own copy with npm run build.