Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 473 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 473 Bytes

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.