Skip to content

TexasTorque/TorqueLearn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

134e69d · Aug 25, 2022
Mar 29, 2022
May 11, 2022
Aug 25, 2022
Aug 25, 2022
Mar 29, 2022
Oct 3, 2021
Oct 3, 2021
Nov 13, 2021
Oct 3, 2021
Mar 29, 2022
Jun 24, 2021
Aug 30, 2021
Jul 9, 2021
Jun 24, 2021
Mar 29, 2022
Oct 4, 2021

Repository files navigation

TorqueLearn

open-source FRC learning

What is TorqueLearn?

TorqueLearn is designed to be an aggregation of FRC knowledge to accelerate the induction of new people and maintain a consistent knowledgebase.

How does it work?

The tutorial documents are sourced from the markdown files in pages/. The top-level Rust script (cargo run) automatically converts these documents into servable HTML documents--combined with the layout and static files in layout/. Connect to https://127.0.0.1:8000/. You may need the nightly Rust version. To get that, run rustup install nightly and run with cargo +nightly run.