Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 654 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 654 Bytes

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.