Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/team3256/wd

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

dashboard frc networktables

Last synced: 3 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

Behold, in all of its glory:

![Ryan Abraham's Best Friend](./screenshot-light.png)

Dark mode (adaptive to system settings):

![Ryan Abraham's Best Friend](./screenshot-dark.png)

## Developing

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

```bash
pnpm run tauri dev
```

## Building

To create a production version of your app:

```bash
pnpm run tauri build
```

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