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
- Host: GitHub
- URL: https://github.com/curtinfrc/doc-control
- Owner: CurtinFRC
- License: mit
- Created: 2023-10-14T08:53:11.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-06-17T13:26:48.000Z (about 1 year ago)
- Last Synced: 2025-06-17T14:30:55.042Z (about 1 year ago)
- Topics: astro, cpp, documentation, starlight, wombat
- Language: JavaScript
- Homepage: https://4788-docs.vercel.app
- Size: 372 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.