An open API service indexing awesome lists of open source software.

https://github.com/curtinfrc/doc-control


https://github.com/curtinfrc/doc-control

astro cpp documentation starlight wombat

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# 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/](https://4788-docs.vercel.app/)

## Running

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

```bash
pnpm install
pnpm run dev
```

## Building

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

```bash
pnpm install
pnpm run build
```

The built documentation will be in the `dist` directory.