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

https://github.com/team3256/wd

Warrior Dashboard. William's Demise.
https://github.com/team3256/wd

dashboard frc networktables

Last synced: 4 months ago
JSON representation

Warrior Dashboard. William's Demise.

Awesome Lists containing this project

README

        

# WD

> WD stands for whatever you want it to stand for

Updated for Reefscape 2025.

Behold, in all of its glory (we only have dark mode for now):

![](./screenshot.png)
![Reefscape 2025](./reefscape.png)

## Developing

We use [Bun](https://bun.sh/)

Once you've installed dependencies with `bun install`, start a development server:

```bash
bun run tauri dev
```

## Building

To create a production version of the app:

```bash
bun run tauri build
```

You can preview the production build with `bun run preview`.