https://github.com/team2537/training
https://github.com/team2537/training
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/team2537/training
- Owner: Team2537
- Created: 2023-11-13T04:06:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-22T17:10:47.000Z (about 1 year ago)
- Last Synced: 2024-05-23T00:13:42.958Z (about 1 year ago)
- Language: Kotlin
- Size: 78.1 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to FRC 2537's Software Training Program
Our software training repo!
We use [mdbook](https://rust-lang.github.io/mdBook/index.html) for hosting our training so anyone can access it [here](https://team2537.github.io/training/)
To run the book locally, [install mdbook](https://rust-lang.github.io/mdBook/guide/installation.html) and launch the book with:
```
mdbook serve --open ./book
```Code exercises for every lesson are in the `src/main/kotlin/` folder in this repo. Enjoy!