Documentation to help 4788 programmers learn how to write FRC code.
Important
View the production version of the documentation here: https://4788-docs.vercel.app/
To run the documentation locally, you will need pnpm installed. Then run the following commands:
pnpm install
pnpm run dev
To build the documentation, you will need pnpm installed. Then run the following commands:
pnpm install
pnpm run build
The built documentation will be in the dist
directory.