Skip to content

CurtinFRC/Doc-Control

Repository files navigation

Doc Control

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/

Running

To run the documentation locally, you will need pnpm installed. Then run the following commands:

pnpm install
pnpm run dev

Building

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.